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.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
emit ( Signal $signal ) Emits the given $signal.

Описание методов

emit() абстрактный публичный Метод

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