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é
Référence de l'espace de nommage Joomla\Event

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
 

Description détaillée

Part of the Joomla Framework Event Package

Documentation des fonctions

◆ getDispatcher()

Joomla\Event\getDispatcher ( )

Get the event dispatcher.

Renvoie
DispatcherInterface
Depuis
1.2.0
Exceptions

Références $dispatcher.

◆ setDispatcher()

Joomla\Event\setDispatcher ( DispatcherInterface  $dispatcher)

Set the dispatcher to use.

Paramètres
DispatcherInterface$dispatcherThe dispatcher to use.
Renvoie
$this
Depuis
1.2.0

Références $dispatcher.

Documentation des variables

◆ DispatcherAwareTrait

trait DispatcherAwareTrait
Valeur initiale :
{
private $dispatcher
$dispatcher
Definition: administrator/components/com_media/views/imageslist/tmpl/default_image.php:15

Defines the trait for a Dispatcher Aware Class.

Depuis
1.2.0