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é
|
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() |
JDocumentRenderer::__construct | ( | & | $doc | ) |
JDocumentRenderer::getContentType | ( | ) |
Return the content type of the renderer
Renders a script and returns the results as a string
string | $name | The name of the element to render |
array | $params | Array of values |
string | $content | Override the output of the renderer |
Réimplémentée dans JDocumentRendererAtom, JDocumentRendererRSS, JDocumentRendererHead, JDocumentRendererComponent, JDocumentRendererMessage, JDocumentRendererModule, et JDocumentRendererModules.
Référencé par JDocumentRendererModules\render().
|
protected |
|
protected |
Réimplémentée dans JDocumentRendererAtom, et JDocumentRendererRSS.