Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
render ($component=null, $params=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 component.php.
JDocumentRendererComponent::render | ( | $component = null , |
|
$params = array() , |
|||
$content = null |
|||
) |
Renders a component script and returns the results as a string
string | $component | The name of the component to render |
array | $params | Associative array of values |
string | $content | Content script |
Réimplémentée à partir de JDocumentRenderer.
Définition à la ligne 32 du fichier component.php.