Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($options=array()) | |
render ($cache=false, $params=array()) | |
getName () | |
setName ($name= 'joomla') | |
Fonctions membres publiques inherited from JDocument | |
setType ($type) | |
getType () | |
getBuffer () | |
setBuffer ($content, $options=array()) | |
getMetaData ($name, $httpEquiv=false) | |
setMetaData ($name, $content, $http_equiv=false) | |
addScript ($url, $type="text/javascript", $defer=false, $async=false) | |
addScriptVersion ($url, $version=null, $type="text/javascript", $defer=false, $async=false) | |
addScriptDeclaration ($content, $type= 'text/javascript') | |
addStyleSheet ($url, $type= 'text/css', $media=null, $attribs=array()) | |
addStyleSheetVersion ($url, $version=null, $type="text/css", $media=null, $attribs=array()) | |
addStyleDeclaration ($content, $type= 'text/css') | |
setCharset ($type= 'utf-8') | |
getCharset () | |
setLanguage ($lang="en-gb") | |
getLanguage () | |
setDirection ($dir="ltr") | |
getDirection () | |
setTitle ($title) | |
getTitle () | |
setMediaVersion ($mediaVersion) | |
getMediaVersion () | |
setBase ($base) | |
getBase () | |
setDescription ($description) | |
getDescription () | |
setLink ($url) | |
getLink () | |
setGenerator ($generator) | |
getGenerator () | |
setModifiedDate ($date) | |
getModifiedDate () | |
setMimeEncoding ($type= 'text/html', $sync=true) | |
getMimeEncoding () | |
setLineEnd ($style) | |
_getLineEnd () | |
setTab ($string) | |
_getTab () | |
loadRenderer ($type) | |
parse ($params=array()) |
Attributs protégés | |
$_name = 'joomla' | |
Attributs protégés inherited from JDocument | |
$mediaVersion = null |
Additional Inherited Members | |
Fonctions membres publiques statiques inherited from JDocument | |
static | getInstance ($type= 'html', $attributes=array()) |
Attributs publics inherited from JDocument | |
$title = '' | |
$description = '' | |
$link = '' | |
$base = '' | |
$language = 'en-gb' | |
$direction = 'ltr' | |
$_generator = 'Joomla! - Open Source Content Management' | |
$_mdate = '' | |
$_tab = "\11" | |
$_lineEnd = "\12" | |
$_charset = 'utf-8' | |
$_mime = '' | |
$_namespace = '' | |
$_profile = '' | |
$_scripts = array() | |
$_script = array() | |
$_styleSheets = array() | |
$_style = array() | |
$_metaTags = array() | |
$_engine = null | |
$_type = null | |
Attributs publics statiques inherited from JDocument | |
static | $_buffer = null |
Attributs protégés statiques inherited from JDocument | |
static | $instances = array() |
JDocumentJSON::__construct | ( | $options = array() | ) |
Class constructor
array | $options | Associative array of options |
Réimplémentée à partir de JDocument.
Définition à la ligne 37 du fichier json.php.
JDocumentJSON::getName | ( | ) |
Returns the document name
JDocumentJSON::render | ( | $cache = false , |
|
$params = array() |
|||
) |
Render the document.
boolean | $cache | If true, cache the output |
array | $params | Associative array of attributes |
Réimplémentée à partir de JDocument.
Définition à la ligne 58 du fichier json.php.
Références JFactory\getApplication().
JDocumentJSON::setName | ( | $name = 'joomla' | ) |
Sets the document name
string | $name | Document name |
Définition à la ligne 91 du fichier json.php.