![]() |
Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Attributs protégés | |
$name = 'joomla' | |
$isDownload = false | |
![]() | |
$scriptOptions = array() | |
$mediaVersion = null | |
$factory | |
$preloadManager = null | |
$preloadTypes = ['preload', 'dns-prefetch', 'preconnect', 'prefetch', 'prerender'] | |
$webAssetManager = null | |
Membres hérités additionnels | |
![]() | |
static | getInstance ($type='html', $attributes=array()) |
![]() | |
$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 | |
![]() | |
static | $_buffer = null |
![]() | |
preloadAssets () | |
![]() | |
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, et Symfony\Contracts\Service\__construct().
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, et Document\getBuffer().
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 |
Références $this.
setName | ( | $name = 'joomla' | ) |
Sets the document name
string | $name | Document name |
|
protected |
|
protected |