Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JDocumentRendererHead
+ Graphe d'héritage de JDocumentRendererHead:
+ Graphe de collaboration de JDocumentRendererHead:

Liste de tous les membres

Fonctions membres publiques

 render ($head, $params=array(), $content=null)
 fetchHead (&$document)
- Fonctions membres publiques inherited from JDocumentRenderer
 __construct (&$doc)
 getContentType ()
- Fonctions membres publiques inherited from JObject
 __construct ($properties=null)
 __toString ()
 def ($property, $default=null)
 get ($property, $default=null)
 getProperties ($public=true)
 getError ($i=null, $toString=true)
 getErrors ()
 set ($property, $value=null)
 setProperties ($properties)
 setError ($error)
 toString ()

Additional Inherited Members

- Attributs protégés inherited from JDocumentRenderer
 $_doc = null
 $_mime = "text/html"
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des fonctions membres

JDocumentRendererHead::fetchHead ( $document)

Generates the head HTML and return the results as a string

Paramètres:
JDocument&$documentThe document for which the head will be created
Renvoie:
string The head hTML
Depuis:
11.1

Références $app, $base, $link, $name, $tag, $type, elseif, JFactory\getApplication(), JText\script(), et JArrayHelper\toString().

+ Voici le graphe d'appel pour cette fonction :

JDocumentRendererHead::render (   $head,
  $params = array(),
  $content = null 
)

Renders the document head and returns the results as a string

Paramètres:
string$head(unused)
array$paramsAssociative array of values
string$contentThe script
Renvoie:
string The output of the script
Depuis:
11.1
Note:
Unused arguments are retained to preserve backward compatibility.

Réimplémentée à partir de JDocumentRenderer.


La documentation de cette classe a été générée à partir du fichier suivant :