Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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 Pagination\_item_active(), Pagination\_item_inactive(), Pagination\_list_render(), ActionsDropdown\addCustomItem(), AdministratorService\association(), Menus\association(), HTMLHelper\calendar(), Icon\edit(), Bootstrap\endTab(), Bootstrap\endTabSet(), AssociationsHelper\getAssociationHtmlList(), FiltersField\getInput(), Pagination\getPaginationLinks(), HTMLHelper\image(), Joomla\Plugin\Editors\TinyMCE\PluginTraits\onDisplay(), Icon\print_screen(), MessageRenderer\render(), ModulesRenderer\render(), ActionButton\render(), FieldsHelper\render(), ErrorDocument\renderBacktrace(), Bootstrap\renderModal(), ModuleHelper\renderModule(), SearchTools\sort(), Bootstrap\startTabSet(), et Access\usergroups().
|
static |