PHP 클래스 Neos\Flow\SignalSlot\SignalAspect

파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$dispatcher Dispatcher

공개 메소드들

메소드 설명
forwardSignalToDispatcher ( Neos\Flow\Aop\JoinPointInterface $joinPoint ) : void Passes the signal over to the Dispatcher

메소드 상세

forwardSignalToDispatcher() 공개 메소드

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

프로퍼티 상세

$dispatcher 보호되어 있는 프로퍼티

protected Dispatcher,Neos\Flow\SignalSlot $dispatcher
리턴 Dispatcher