PHP 인터페이스 Prado\Web\UI\IBroadcastEventReceiver

If a control wants to check broadcast event, it must implement this interface.
부터: 3.0
저자: Qiang Xue ([email protected])
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
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 )