Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
boot (ContainerInterface $container) | |
Fonctions membres publiques hérités de Component | |
__construct (ComponentDispatcherFactoryInterface $dispatcherFactory) | |
getDispatcher (CMSApplicationInterface $application) | |
Fonctions membres publiques hérités de MVCFactoryServiceInterface | |
getMVCFactory () | |
Fonctions membres publiques hérités de CategoryServiceInterface | |
getCategory (array $options=[], $section='') | |
countItems (array $items, string $section) | |
prepareForm (Form $form, $data) | |
Fonctions membres publiques hérités de RouterServiceInterface | |
createRouter (CMSApplicationInterface $application, AbstractMenu $menu) | |
Fonctions membres publiques hérités de TagServiceInterface | |
countTagItems (array $items, string $extension) | |
Champs de données | |
CategoryServiceTrait::getStateColumnForSection insteadof | TagServiceTrait |
Fonctions membres protégées | |
getTableNameForSection (string $section=null) | |
Component class for com_banners
boot | ( | ContainerInterface | $container | ) |
Booting the extension. This is the function to set up the environment of the extension like registering new class loaders, etc.
If required, some initial set up can be done from services of the container, eg. registering HTML services.
ContainerInterface | $container | The container |
Implémente BootableExtensionInterface.
Références $container, class, et Joomla\CMS\HTML\getRegistry().
|
protected |
Returns the table for the count items functions for the given section.
string | $section | The section |
CategoryServiceTrait::getStateColumnForSection insteadof TagServiceTrait |