API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
JDocumentRenderer::__construct | ( | &$ | doc | ) |
JDocumentRenderer::getContentType | ( | ) |
Return the content type of the renderer
JDocumentRenderer::render | ( | $ | name, |
$ | params = array() , |
||
$ | content = null |
||
) |
Renders a script and returns the results as a string
public
string | $name | The name of the element to render |
array | $array | Array of values |
string | $content | Override the output of the renderer |
Réimplémentée dans JDocumentRendererComponent, JDocumentRendererHead, JDocumentRendererMessage, JDocumentRendererModule, et JDocumentRendererModules.
Référencé par JDocumentRendererModules::render().
JDocumentRenderer::$_doc = null |
JDocumentRenderer::$_mime = "text/html" |
Réimplémentée dans JDocumentRendererAtom, et JDocumentRendererRSS.