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 JDocumentRenderer
+ Graphe d'héritage de JDocumentRenderer:
+ Graphe de collaboration de JDocumentRenderer:

Liste de tous les membres

Fonctions membres publiques

 __construct (&$doc)
 render ($name, $params=null, $content=null)
 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 ()

Attributs protégés

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

Documentation des constructeurs et destructeur

JDocumentRenderer::__construct ( $doc)

Class constructor

Paramètres:
JDocument&$docA reference to the JDocument object that instantiated the renderer
Depuis:
11.1

Références $doc.


Documentation des fonctions membres

JDocumentRenderer::getContentType ( )

Return the content type of the renderer

Renvoie:
string The contentType
Depuis:
11.1
JDocumentRenderer::render (   $name,
  $params = null,
  $content = null 
)

Renders a script and returns the results as a string

Paramètres:
string$nameThe name of the element to render
array$paramsArray of values
string$contentOverride the output of the renderer
Renvoie:
string The output of the script
Depuis:
11.1

Réimplémentée dans JDocumentRendererAtom, JDocumentRendererRSS, JDocumentRendererHead, JDocumentRendererComponent, JDocumentRendererMessage, JDocumentRendererModule, et JDocumentRendererModules.

Référencé par JDocumentRendererModules\render().

+ Voici le graphe des appelants de cette fonction :


Documentation des données membres

JDocumentRenderer::$_doc = null
protected
JDocumentRenderer::$_mime = "text/html"
protected

Réimplémentée dans JDocumentRendererAtom, et JDocumentRendererRSS.


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