Overview

Packages

  • Geolib

Classes

  • Geo
  • GeoBody
  • GeoCell
  • GeoDebug
  • GeoHead
  • GeoHtml
  • GeoImg
  • GeoLink
  • GeoList
  • GeoSelect
  • GeoTable
  • GeoTag

Functions

  • b
  • div
  • geoAbsLink
  • geoAnchor
  • geoBody
  • geoButton
  • geoCell
  • geoCheckbox
  • geoDb
  • geoEnd
  • geoFieldSet
  • geoForm
  • geoHead
  • geoHidden
  • geoHtml
  • geoif
  • geoIList
  • geoImg
  • geoImgSubmit
  • geoInput
  • geoIsMultiArr
  • geoItem
  • geoJSLink
  • geoLabel
  • geoLegend
  • geolib_autoloader
  • geoLink
  • geoList
  • geoMultiArr
  • geoNoScript
  • geoPassword
  • geoPre
  • geoRadio
  • geoRadios
  • geoScript
  • geoSelect
  • geoStart
  • geoSubmit
  • geoTable
  • geoTabs
  • geoTag
  • geoText
  • geoTextArea
  • geoTrace
  • geoUpload
  • geovar
  • h1
  • h2
  • h3
  • h4
  • i
  • idiv
  • ispan
  • itag
  • p
  • span
  • Overview
  • Package
  • Class

Class GeoHtml

Geo - Class to create html html tags

GeoTag
Extended by GeoHtml
Package: Geolib
Category: Html_Tag
License: Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
Author: Peter Pitchford peter@geotonics.com
Version: Release: .1
Since: Class available since Release .1
Link: http://geotonics.com/#geolib
Located at classes/GeoHtml.php
Methods summary
public
# __construct( string|object $body = null, string|object $head = null, string $userSessionName = null, string $doctype = null, boolean $start = null )

Constructor for GeoHtml Class

Constructor for GeoHtml Class

Parameters

$body
Html body tag or GeoBody object
$head

A GeoHead object, usually from geoHead(). A string for the title can be used if no other head attributes are required.

$userSessionName
Name of user session.
$doctype
Document type
$start
If true, tag is the intial tag and the content. Leave out end tag.

Overrides

GeoTag::__construct()
public static
# setDoctype( string $doctype = null )

Set the Doctype, set a flag if Doctype is XHTML

Set the Doctype, set a flag if Doctype is XHTML

Parameters

$doctype
String representing the doctype to be used
public Doctype
# tag( boolean $tidyTag = null )

Creates HTML page

Creates HTML page

Parameters

$tidyTag
Turn tidy on, so that source code is printed with pretty indentation.

Returns

Doctype
and HTML tags
Methods inherited from GeoTag
baseTag(), init(), setAtt(), setText()
Properties inherited from GeoTag
$atts, $text
API documentation generated by ApiGen