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 | |
render ($module, $attribs=array(), $content=null) | |
Fonctions membres publiques inherited from JDocumentRenderer | |
__construct (&$doc) | |
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 () |
Additional Inherited Members | |
Attributs protégés inherited from JDocumentRenderer | |
$_doc = null | |
$_mime = "text/html" | |
Attributs protégés inherited from JObject | |
$_errors = array() |
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.
Références $attribs, $cacheparams, $params, $title, JFactory\getConfig(), JModuleHelper\getModule(), JRegistry\loadString(), null, et JModuleHelper\renderModule().