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 | |
escape ($output) | |
render ($displayData) | |
Interface to handle display layout
escape | ( | $output | ) |
Method to escape output.
string | $output | The output to escape. |
Implémenté dans BaseLayout.
render | ( | $displayData | ) |
Method to render the layout.
array | $displayData | Array of properties available for use inside the layout file to build the displayed output |
Implémenté dans BaseLayout, et FileLayout.