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é
Référence de l'interface LayoutInterface
+ Graphe d'héritage de LayoutInterface:

Fonctions membres publiques

 escape ($output)
 
 render ($displayData)
 

Description détaillée

Interface to handle display layout

3.0

Documentation des fonctions membres

◆ escape()

escape (   $output)

Method to escape output.

Paramètres
string$outputThe output to escape.
Renvoie
string The escaped output.
Depuis
3.0

Implémenté dans BaseLayout.

◆ render()

render (   $displayData)

Method to render the layout.

Paramètres
array$displayDataArray of properties available for use inside the layout file to build the displayed output
Renvoie
string The rendered layout.
Depuis
3.0

Implémenté dans BaseLayout, et FileLayout.


La documentation de cette interface a été générée à partir du fichier suivant :