PHP Интерфейс Prado\Web\UI\IBroadcastEventReceiver

If a control wants to check broadcast event, it must implement this interface.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Показать файл Открыть проект

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

Метод Описание
broadcastEventReceived ( $sender, $param ) Handles broadcast event.

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

broadcastEventReceived() публичный метод

This method is invoked automatically when an event is broadcasted. Within this method, you may check the event name given in the event parameter to determine whether you should respond to this event.
public broadcastEventReceived ( $sender, $param )