PHP 클래스 eZ\Publish\Core\SignalSlot\SignalDispatcher

An instance of this class is required by each object that needs to send Signals. It is recommended, that a SignalDispatcher works together with a {@link SlotFactory} to get hold of the actual Slots that listen for a given Signal, which it originally only knows by their identifier.
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel 1 사용 예제들

공개 메소드들

메소드 설명
emit ( Signal $signal ) Emits the given $signal.

메소드 상세

emit() 추상적인 공개 메소드

All assigned slots will eventually receive the $signal
abstract public emit ( Signal $signal )
$signal Signal