Свойство | Тип | Описание | |
---|---|---|---|
$events | Prooph\Common\Event\ActionEventEmitter |
Метод | Описание | |
---|---|---|
deactivate ( Prooph\Common\Event\ActionEventListenerAggregate $plugin ) | ||
dispatch ( mixed $message ) : mixed | void | ||
getActionEventEmitter ( ) : Prooph\Common\Event\ActionEventEmitter | Retrieve the action event dispatcher | |
setActionEventEmitter ( Prooph\Common\Event\ActionEventEmitter $actionEventDispatcher ) : void | Inject an ActionEventDispatcher instance | |
utilize ( Prooph\Common\Event\ActionEventListenerAggregate $plugin ) |
Метод | Описание | |
---|---|---|
getMessageName ( mixed $message ) : string | ||
handleException ( Prooph\Common\Event\ActionEvent $actionEvent, Exception $ex ) | ||
initialize ( mixed $message, Prooph\Common\Event\ActionEvent $actionEvent ) | ||
trigger ( Prooph\Common\Event\ActionEvent $actionEvent ) | ||
triggerError ( Prooph\Common\Event\ActionEvent $actionEvent ) | ||
triggerFinalize ( Prooph\Common\Event\ActionEvent $actionEvent ) |
public deactivate ( Prooph\Common\Event\ActionEventListenerAggregate $plugin ) | ||
$plugin | Prooph\Common\Event\ActionEventListenerAggregate |
public getActionEventEmitter ( ) : Prooph\Common\Event\ActionEventEmitter | ||
Результат | Prooph\Common\Event\ActionEventEmitter |
protected getMessageName ( mixed $message ) : string | ||
$message | mixed | |
Результат | string |
protected handleException ( Prooph\Common\Event\ActionEvent $actionEvent, Exception $ex ) | ||
$actionEvent | Prooph\Common\Event\ActionEvent | |
$ex | Exception |
protected initialize ( mixed $message, Prooph\Common\Event\ActionEvent $actionEvent ) | ||
$message | mixed | |
$actionEvent | Prooph\Common\Event\ActionEvent |
public setActionEventEmitter ( Prooph\Common\Event\ActionEventEmitter $actionEventDispatcher ) : void | ||
$actionEventDispatcher | Prooph\Common\Event\ActionEventEmitter | |
Результат | void |
protected trigger ( Prooph\Common\Event\ActionEvent $actionEvent ) | ||
$actionEvent | Prooph\Common\Event\ActionEvent |
protected triggerError ( Prooph\Common\Event\ActionEvent $actionEvent ) | ||
$actionEvent | Prooph\Common\Event\ActionEvent |
protected triggerFinalize ( Prooph\Common\Event\ActionEvent $actionEvent ) | ||
$actionEvent | Prooph\Common\Event\ActionEvent |
public utilize ( Prooph\Common\Event\ActionEventListenerAggregate $plugin ) | ||
$plugin | Prooph\Common\Event\ActionEventListenerAggregate |