PHP Interface Gui\Components\LazarusObjectInterface

Since: 0.1
Author: Rodrigo Azevedo @rodrigowbazeved
Afficher le fichier Open project: gabrielrcouto/php-gui

Méthodes publiques

Méthode Description
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

Method Details

fire() public méthode

Fire an object event
public fire ( string $eventName ) : void
$eventName string Event Name
Résultat void

getLazarusClass() public méthode

Gets the value of lazarusClass.
public getLazarusClass ( ) : mixed
Résultat mixed

getLazarusObjectId() public méthode

Gets the value of lazarusObjectId.
public getLazarusObjectId ( ) : mixed
Résultat mixed

on() public méthode

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