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 statiques | |
static | debug ($layoutFile, $displayData=null, $basePath='', $options=null) |
static | render ($layoutFile, $displayData=null, $basePath='', $options=null) |
Attributs publics statiques | |
static | $defaultBasePath = '' |
Method to render a layout with debug info
string | $layoutFile | Dot separated path to the layout file, relative to base path |
mixed | $displayData | Object which properties are used inside the layout file to build displayed output |
string | $basePath | Base path to use when loading layout files |
mixed | $options | Optional custom options to load. Registry or array format |
Références $basePath, $displayData, $layout, $options, et null.
Method to render the layout.
string | $layoutFile | Dot separated path to the layout file, relative to base path |
mixed | $displayData | Object which properties are used inside the layout file to build displayed output |
string | $basePath | Base path to use when loading layout files |
mixed | $options | Optional custom options to load. Registry or array format |
Références $basePath, $displayData, $layout, $options, et null.
Référencé par HTMLHelper\calendar(), ModulesRenderer\render(), MessageRenderer\render(), et ErrorDocument\renderBacktrace().
|
static |