$_buffer | JDocument | static |
$_charset | JDocument | |
$_engine | JDocument | |
$_error | JDocumentError | protected |
$_errors | JObject | protected |
$_generator | JDocument | |
$_lineEnd | JDocument | |
$_mdate | JDocument | |
$_metaTags | JDocument | |
$_mime | JDocument | |
$_namespace | JDocument | |
$_profile | JDocument | |
$_script | JDocument | |
$_scripts | JDocument | |
$_style | JDocument | |
$_styleSheets | JDocument | |
$_tab | JDocument | |
$_type | JDocument | |
$base | JDocument | |
$description | JDocument | |
$direction | JDocument | |
$instances | JDocument | protectedstatic |
$language | JDocument | |
$link | JDocument | |
$title | JDocument | |
__construct($options=array()) | JDocumentError | |
__toString() | JObject | |
_getLineEnd() | JDocument | |
_getTab() | JDocument | |
_loadTemplate($directory, $filename) | JDocumentError | |
addScript($url, $type="text/javascript", $defer=false, $async=false) | JDocument | |
addScriptDeclaration($content, $type= 'text/javascript') | JDocument | |
addStyleDeclaration($content, $type= 'text/css') | JDocument | |
addStyleSheet($url, $type= 'text/css', $media=null, $attribs=array()) | JDocument | |
def($property, $default=null) | JObject | |
get($property, $default=null) | JObject | |
getBase() | JDocument | |
getBuffer() | JDocument | |
getCharset() | JDocument | |
getDescription() | JDocument | |
getDirection() | JDocument | |
getError($i=null, $toString=true) | JObject | |
getErrors() | JObject | |
getGenerator() | JDocument | |
getInstance($type= 'html', $attributes=array()) | JDocument | static |
getLanguage() | JDocument | |
getLink() | JDocument | |
getMetaData($name, $httpEquiv=false) | JDocument | |
getMimeEncoding() | JDocument | |
getModifiedDate() | JDocument | |
getProperties($public=true) | JObject | |
getTitle() | JDocument | |
getType() | JDocument | |
loadRenderer($type) | JDocument | |
parse($params=array()) | JDocument | |
render($cache=false, $params=array()) | JDocumentError | |
renderBacktrace() | JDocumentError | |
set($property, $value=null) | JObject | |
setBase($base) | JDocument | |
setBuffer($content, $options=array()) | JDocument | |
setCharset($type= 'utf-8') | JDocument | |
setDescription($description) | JDocument | |
setDirection($dir="ltr") | JDocument | |
setError($error) | JDocumentError | |
setGenerator($generator) | JDocument | |
setLanguage($lang="en-gb") | JDocument | |
setLineEnd($style) | JDocument | |
setLink($url) | JDocument | |
setMetaData($name, $content, $http_equiv=false, $sync=true) | JDocument | |
setMimeEncoding($type= 'text/html', $sync=true) | JDocument | |
setModifiedDate($date) | JDocument | |
setProperties($properties) | JObject | |
setTab($string) | JDocument | |
setTitle($title) | JDocument | |
setType($type) | JDocument | |
toString() | JObject | |