‪TYPO3CMS  10.4
TYPO3\CMS\Adminpanel\Service\EventDispatcher Class Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\Service\EventDispatcher:
TYPO3\CMS\Core\EventDispatcher\EventDispatcher TYPO3\CMS\Core\SingletonInterface

Public Member Functions

 getDispatchedEvents ()
 
 dispatch (object $event)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\EventDispatcher\EventDispatcher
 __construct (ListenerProviderInterface $listenerProvider)
 

Protected Attributes

object[] $dispatchedEvents = array( )
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\EventDispatcher\EventDispatcher
ListenerProviderInterface $listenerProvider
 

Detailed Description

The admin panel event dispatcher records all dispatched events

Definition at line 23 of file EventDispatcher.php.

Member Function Documentation

◆ dispatch()

TYPO3\CMS\Adminpanel\Service\EventDispatcher::dispatch ( object  $event)

Reimplemented from TYPO3\CMS\Core\EventDispatcher\EventDispatcher.

Definition at line 37 of file EventDispatcher.php.

◆ getDispatchedEvents()

TYPO3\CMS\Adminpanel\Service\EventDispatcher::getDispatchedEvents ( )

Member Data Documentation

◆ $dispatchedEvents

object [] TYPO3\CMS\Adminpanel\Service\EventDispatcher::$dispatchedEvents = array( )
protected