Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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.