Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
render ($head, $params=array(), $content=null) | |
fetchHead ($document) | |
Fonctions membres publiques inherited from JDocumentRenderer | |
__construct (JDocument $doc) | |
getContentType () |
Additional Inherited Members | |
Attributs protégés inherited from JDocumentRenderer | |
$_doc = null | |
$_mime = "text/html" |
JDocumentRendererHead::fetchHead | ( | $document | ) |
Generates the head HTML and return the results as a string
JDocument | $document | The document for which the head will be created |
Définition à la ligne 53 du fichier head.php.
Références JFactory\getApplication(), JText\script(), et JArrayHelper\toString().
JDocumentRendererHead::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 |
Réimplémentée à partir de JDocumentRenderer.
Définition à la ligne 34 du fichier head.php.