Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Command | |
Structures de données | |
class | AbstractEvent |
class | Dispatcher |
interface | DispatcherAwareInterface |
interface | DispatcherInterface |
class | Event |
class | EventImmutable |
interface | EventInterface |
class | LazyServiceEventListener |
class | ListenersPriorityQueue |
class | Priority |
interface | SubscriberInterface |
Fonctions | |
getDispatcher () | |
setDispatcher (DispatcherInterface $dispatcher) | |
Variables | |
trait | DispatcherAwareTrait |
Part of the Joomla Framework Event Package
|
abstract |
Get the event dispatcher.
Référencé par Captcha\__construct(), Editor\__construct(), Table\__construct(), PlgEditorNone\_displayButtons(), Captcha\_load(), Editor\_loadEditor(), Table\bind(), Table\check(), Table\checkIn(), Table\checkOut(), WebAssetRegistry\dispatchAssetChanged(), AbstractApplication\dispatchEvent(), AbstractView\dispatchEvent(), BaseDatabaseModel\dispatchEvent(), DatabaseDriver\dispatchEvent(), PlgEditorCodemirror\displayButtons(), Editor\getButtons(), Table\hit(), Shortcut\initialize(), Table\load(), Table\move(), Table\publish(), Joomla\CMS\Application\registerEvent(), CMSPlugin\registerLegacyListener(), CMSPlugin\registerListener(), ModuleHelper\renderRawModule(), Table\reorder(), Table\reset(), Application\runCommand(), MVCFactory\setDispatcherOnObject(), Nested\store(), Joomla\CMS\Application\triggerEvent(), et TaskTable\unlock().
Joomla\Event\setDispatcher | ( | DispatcherInterface | $dispatcher | ) |
Set the dispatcher to use.
DispatcherInterface | $dispatcher | The dispatcher to use. |
Références $this.
Référencé par Captcha\__construct(), Editor\__construct(), CMSPlugin\__construct(), Authentication\__construct(), WebAssetRegistry\__construct(), CliApplication\__construct(), ConsoleApplication\__construct(), Table\__construct(), et Nested\store().
trait DispatcherAwareTrait |