![]() |
Joomla CMS
3.9.25 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.9.25 et du framework Joomla Platform intégré
|
Graphe d'héritage de XmlDocument:Fonctions membres publiques | |
| __construct ($options=array()) | |
| render ($cache=false, $params=array()) | |
| getName () | |
| setName ($name='joomla') | |
| isDownload () | |
| setDownload ($download=false) | |
Fonctions membres publiques hérités de Document | |
| __construct ($options=array()) | |
| setType ($type) | |
| getType () | |
| getBuffer () | |
| setBuffer ($content, $options=array()) | |
| getMetaData ($name, $attribute='name') | |
| setMetaData ($name, $content, $attribute='name') | |
| addScript ($url, $options=array(), $attribs=array()) | |
| addScriptVersion ($url, $options=array(), $attribs=array()) | |
| addScriptDeclaration ($content, $type='text/javascript') | |
| addScriptOptions ($key, $options, $merge=true) | |
| getScriptOptions ($key=null) | |
| addStyleSheet ($url, $options=array(), $attribs=array()) | |
| addStyleSheetVersion ($url, $options=array(), $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()) | |
| render ($cache=false, $params=array()) | |
Attributs protégés | |
| $name = 'joomla' | |
| $isDownload = false | |
Attributs protégés hérités de Document | |
| $scriptOptions = array() | |
| $mediaVersion = null | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de Document | |
| static | getInstance ($type='html', $attributes=array()) |
Champs de données hérités de Document | |
| $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 hérités de Document | |
| static | $_buffer = null |
Attributs protégés statiques hérités de Document | |
| static | $instances = array() |
XmlDocument class, provides an easy interface to parse and display XML output
| __construct | ( | $options = array() | ) |
Class constructor
| array | $options | Associative array of options |
Références $options.
| getName | ( | ) |
| isDownload | ( | ) |
Check if this document is intended for download
| render | ( | $cache = false, |
|
$params = array() |
|||
| ) |
Render the document.
| boolean | $cache | If true, cache the output |
| array | $params | Associative array of attributes |
Références $params.
| setDownload | ( | $download = false | ) |
Sets the document's download state
| boolean | $download | If true, this document will be downloaded; if false, this document will be displayed inline |
| setName | ( | $name = 'joomla' | ) |
Sets the document name
| string | $name | Document name |
|
protected |
|
protected |