Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct (Document $doc) | |
render ($name, $params=null, $content=null) | |
getContentType () | |
Fonctions membres protégées | |
_relToAbs ($text) | |
Attributs protégés | |
$_doc = null | |
$_mime = 'text/html' | |
Abstract class for a renderer
__construct | ( | Document | $doc | ) |
|
protected |
Convert links in a text from relative to absolute
string | $text | The text processed |
Références $base, $text, et Uri\base().
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 |
|
protected |
|
protected |