Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
render ($module, $attribs=array(), $content=null) | |
Fonctions membres publiques inherited from JDocumentRenderer | |
__construct (JDocument $doc) | |
getContentType () |
Additional Inherited Members | |
Attributs protégés inherited from JDocumentRenderer | |
$_doc = null | |
$_mime = "text/html" |
Définition à la ligne 19 du fichier module.php.
JDocumentRendererModule::render | ( | $module, | |
$attribs = array() , |
|||
$content = null |
|||
) |
Renders a module script and returns the results as a string
string | $module | The name of the module to render |
array | $attribs | Associative array of values |
string | $content | If present, module information from the buffer will be used |
If module isn't found in the database but data has been pushed in the buffer we want to render it
Réimplémentée à partir de JDocumentRenderer.
Définition à la ligne 32 du fichier module.php.
Références JFactory\getConfig(), et JRegistry\loadString().