![]() |
Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
boot (ContainerInterface $container) | |
![]() | |
__construct (ComponentDispatcherFactoryInterface $dispatcherFactory) | |
getDispatcher (CMSApplicationInterface $application) | |
![]() | |
getMVCFactory () | |
![]() | |
getCategory (array $options=[], $section='') | |
countItems (array $items, string $section) | |
prepareForm (Form $form, $data) | |
![]() | |
getAssociationsExtension () | |
![]() | |
createRouter (CMSApplicationInterface $application, AbstractMenu $menu) | |
![]() | |
countTagItems (array $items, string $extension) | |
Champs de données | |
CategoryServiceTrait::getStateColumnForSection insteadof | TagServiceTrait |
Fonctions membres protégées | |
getTableNameForSection (string $section=null) | |
getStateColumnForSection (string $section=null) | |
Component class for com_newsfeeds
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 Joomla\CMS\HTML\getRegistry().
|
protected |
Returns the state column for the count items functions for the given section.
string | $section | The section |
|
protected |
Returns the table for the count items functions for the given section.
string | $section | The section |
Références $section.
CategoryServiceTrait::getStateColumnForSection insteadof TagServiceTrait |