Class JDocumentHtml
JDocumentHtml class, provides an easy interface to parse and display a HTML document
- JDocument
-
JDocumentHtml
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE
Since: 11.1
Located at joomla/document/html.php
Methods summary
public
|
|
public
array
|
|
public
JDocumentHTML
|
|
public
JDocumentHTML|null
|
|
public
JDocumentHTML|null
|
|
public
JDocumentHTML
|
#
addHeadLink( string $href, string $relation, string $relType = 'rel', array $attribs = array() )
Adds |
public
JDocumentHTML
|
#
addFavicon( string $href, string $type = 'image/vnd.microsoft.icon', string $relation = 'shortcut icon' )
Adds a shortcut icon (favicon) |
public
JDocumentHTML
|
|
public
boolean
|
|
public
|
|
public
mixed|string
|
|
public
JDocumentHTML
|
|
public
JDocumentHTML
|
|
public
string
|
|
public
integer
|
|
public
integer
|
|
protected
string
|
|
protected
JDocumentHTML
|
|
protected
JDocumentHTML
|
|
protected
string
|
Methods inherited from JDocument
_getLineEnd(),
_getTab(),
addScript(),
addScriptDeclaration(),
addScriptOptions(),
addScriptVersion(),
addStyleDeclaration(),
addStyleSheet(),
addStyleSheetVersion(),
getBase(),
getCharset(),
getDescription(),
getDirection(),
getGenerator(),
getInstance(),
getLanguage(),
getLink(),
getMediaVersion(),
getMetaData(),
getMimeEncoding(),
getModifiedDate(),
getScriptOptions(),
getTitle(),
getType(),
loadRenderer(),
setBase(),
setCharset(),
setDescription(),
setDirection(),
setGenerator(),
setLanguage(),
setLineEnd(),
setLink(),
setMediaVersion(),
setMetaData(),
setMimeEncoding(),
setModifiedDate(),
setTab(),
setTitle(),
setType()
Magic methods summary
Properties summary
public
array
|
$_links |
#
Array of Header |
public
array
|
$_custom |
#
Array of custom tags |
public
string
|
$template |
#
Name of the template |
public
string
|
$baseurl |
#
Base url |
public
array
|
$params |
#
Array of template parameters |
public
array
|
$_file |
#
File name |
protected
string
|
$_template |
#
String holding parsed template |
protected
array
|
$_template_tags |
#
Array of parsed template JDoc tags |
protected
integer
|
$_caching |
#
Integer with caching setting |
Properties inherited from JDocument
$_buffer,
$_charset,
$_engine,
$_generator,
$_lineEnd,
$_mdate,
$_metaTags,
$_mime,
$_namespace,
$_profile,
$_script,
$_scripts,
$_style,
$_styleSheets,
$_tab,
$_type,
$base,
$description,
$direction,
$instances,
$language,
$link,
$mediaVersion,
$scriptOptions,
$title
