PHP 인터페이스 Gui\Components\LazarusObjectInterface

부터: 0.1
저자: Rodrigo Azevedo @rodrigowbazeved
파일 보기 프로젝트 열기: gabrielrcouto/php-gui

공개 메소드들

메소드 설명
fire ( string $eventName ) : void Fire an object event
getLazarusClass ( ) : mixed Gets the value of lazarusClass.
getLazarusObjectId ( ) : mixed Gets the value of lazarusObjectId.
on ( string $eventName, callable $eventHandler ) : void Add a listener to an event

메소드 상세

fire() 공개 메소드

Fire an object event
public fire ( string $eventName ) : void
$eventName string Event Name
리턴 void

getLazarusClass() 공개 메소드

Gets the value of lazarusClass.
public getLazarusClass ( ) : mixed
리턴 mixed

getLazarusObjectId() 공개 메소드

Gets the value of lazarusObjectId.
public getLazarusObjectId ( ) : mixed
리턴 mixed

on() 공개 메소드

Add a listener to an event
public on ( string $eventName, callable $eventHandler ) : void
$eventName string Event Name
$eventHandler callable Event Handler Function
리턴 void