PHP 클래스 Swiftriver\Core\EventDistribution\EventDistributor

저자: mg[at]swiftly[dot]org
파일 보기 프로젝트 열기: ushahidi/Swiftriver-2011

공개 메소드들

메소드 설명
ListAllAvailableEventHandlers ( ) : Swiftriver\Core\EventDistribution\IEventHandler[] Returns all the classes that implement the IEventHandler interface.
RaiseAndDistributeEvent ( GenericEvent $event ) Function to Raise system events and distribute them to the configured Event handlers.
__construct ( ) The constructor for the EventDistributor class

메소드 상세

ListAllAvailableEventHandlers() 공개 메소드

Returns all the classes that implement the IEventHandler interface.
public ListAllAvailableEventHandlers ( ) : Swiftriver\Core\EventDistribution\IEventHandler[]
리턴 Swiftriver\Core\EventDistribution\IEventHandler[]

RaiseAndDistributeEvent() 공개 메소드

Function to Raise system events and distribute them to the configured Event handlers.
public RaiseAndDistributeEvent ( GenericEvent $event )
$event GenericEvent

__construct() 공개 메소드

The constructor for the EventDistributor class
public __construct ( )