Prado\Web\UI\IBroadcastEventReceiver::broadcastEventReceived PHP Метод

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 )
    public function broadcastEventReceived($sender, $param);
IBroadcastEventReceiver