Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
render ($head, $params=array(), $content=null) | |
Fonctions membres publiques hérités de DocumentRenderer | |
__construct (Document $doc) | |
getContentType () | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de DocumentRenderer | |
_relToAbs ($text) | |
Attributs protégés hérités de DocumentRenderer | |
$_doc = null | |
$_mime = 'text/html' | |
HTML document renderer for the document <head>
element
render | ( | $head, | |
$params = array() , |
|||
$content = null |
|||
) |
Renders the document head and returns the results as a string
string | $head | (unused) |
array | $params | Associative array of values |
string | $content | The script |
Implémente RendererInterface.