PHP Класс Swiftriver\Core\EventDistribution\EventDistributor

Автор: mg[at]swiftly[dot]org
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )