class SignalAspect (View source)

Aspect which connects signal methods with the Signal Dispatcher

Properties

protected Dispatcher $dispatcher

Methods

void
forwardSignalToDispatcher(JoinPointInterface $joinPoint)

Passes the signal over to the Dispatcher

Details

void forwardSignalToDispatcher(JoinPointInterface $joinPoint)

Passes the signal over to the Dispatcher

Parameters

JoinPointInterface $joinPoint

The current join point

Return Value

void

Exceptions

InvalidSlotException