PHP Class Neos\Flow\SignalSlot\SignalAspect

Datei anzeigen Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$dispatcher Dispatcher

Public Methods

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

Method Details

forwardSignalToDispatcher() public method

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

Property Details

$dispatcher protected_oe property

protected Dispatcher,Neos\Flow\SignalSlot $dispatcher
return Dispatcher