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é
|
Structures de données | |
class | AbstractEvent |
class | DelegatingDispatcher |
class | Dispatcher |
interface | DispatcherAwareInterface |
interface | DispatcherInterface |
class | Event |
class | EventImmutable |
interface | EventInterface |
class | ListenersPriorityQueue |
class | Priority |
Fonctions | |
getDispatcher () | |
setDispatcher (DispatcherInterface $dispatcher) | |
Variables | |
trait | DispatcherAwareTrait |
Part of the Joomla Framework Event Package
Joomla\Event\getDispatcher | ( | ) |
Joomla\Event\setDispatcher | ( | DispatcherInterface | $dispatcher | ) |
Set the dispatcher to use.
DispatcherInterface | $dispatcher | The dispatcher to use. |
Références $dispatcher.
trait DispatcherAwareTrait |
Defines the trait for a Dispatcher Aware Class.