PHP Class Neos\Flow\SignalSlot\SignalAspect

Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$dispatcher Dispatcher

Méthodes publiques

Méthode Description
forwardSignalToDispatcher ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void Passes the signal over to the Dispatcher

Method Details

forwardSignalToDispatcher() public méthode

Passes the signal over to the Dispatcher
public forwardSignalToDispatcher ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void
$joinPoint Neos\Flow\Aop\JoinPointInterface The current join point
Résultat void

Property Details

$dispatcher protected_oe property

protected Dispatcher,Neos\Flow\SignalSlot $dispatcher
Résultat Dispatcher