JDocumentHTMLDocumentHTML class, provides an easy interface to parse and display an html document
Located in /document/document/html.php (line 23)
patTemplate | --JTemplate | --JDocument | --JDocumentHTML
void
addFavicon
(string $href, [string $type = 'image/x-icon'], [string $relation = 'shortcut icon'])
void
addHeadLink
(string $href, string $relation, [string $relType = 'rel'], [mixed $attribs = array()], array $attributes)
string
$_base
= '' (line 31)
Contains the base url
string
$_custom
= array() (line 55)
Array of custom tags
array
$_links
= array() (line 47)
Array of Header <link> tags
array
$_metaTags
= array( 'standard' => array ( 'Generator' => 'Joomla! 1.1' )) (line 39)
Array of meta tags
Inherited from JDocument
JDocument::$_charset
JDocument::$_language
JDocument::$_lineEnd
JDocument::$_mime
JDocument::$_namespace
JDocument::$_profile
JDocument::$_renderers
JDocument::$_script
JDocument::$_scripts
JDocument::$_style
JDocument::$_styleSheets
JDocument::$_tab
JDocument::$_title
Class constructore
Adds a custom html string to the head block
Adds a shortcut icon (favicon)
This adds a link to the icon shown in the favorites list or on the left of the url in the address bar. Some browsers display it on the tab, as well.
Adds <link> tags to the head of the document
$relType defaults to 'rel' as it is the most common relation type used. ('rev' refers to reverse relation, 'rel' indicates normal, forward relation.) Typical tag: <link href="index.php" rel="Start">
Generates the head html and return the results as a string
Parse a document template
Sets the document base tag
Sets or alters a meta tag.
Unsets a meta tag.
Inherited From JDocument
JDocument::__construct()
JDocument::addScript()
JDocument::addScriptDeclaration()
JDocument::addStyleDeclaration()
JDocument::addStyleSheet()
JDocument::display()
JDocument::execRenderer()
JDocument::fetchBody()
JDocument::fetchHead()
JDocument::getCharset()
JDocument::getInstance()
JDocument::getLang()
JDocument::getTitle()
JDocument::parse()
JDocument::setCharset()
JDocument::setLang()
JDocument::setLineEnd()
JDocument::setMimeEncoding()
JDocument::setTab()
JDocument::setTitle()
JDocument::_addRenderer()
JDocument::_getLineEnd()
JDocument::_getTab()
JDocument::_load()
Inherited From JTemplate
JTemplate::JTemplate()
JTemplate::__construct()
JTemplate::display()
JTemplate::fetch()
JTemplate::getInstance()
JTemplate::parse()
JTemplate::setTemplateCachePrefix()
JTemplate::__destruct()
Documentation generated on Sat, 4 Feb 2006 14:23:46 +0100 by phpDocumentor 1.3.0RC4