PHP Interface Gui\Components\ContainerObjectInterface

Since: 0.1
Author: Rodrigo Azevedo @rodrigowbazeved
Inheritance: extends Gui\Components\LazarusObjectInterface
Afficher le fichier Open project: gabrielrcouto/php-gui

Méthodes publiques

Méthode Description
appendChild ( Gui\Components\VisualObjectInterface $object ) : void Append object as child
getChild ( integer $lazarusObjectId ) : Gui\Components\VisualObjectInterface Get child
getChildren ( ) : array Get children array

Method Details

appendChild() public méthode

Append object as child
public appendChild ( Gui\Components\VisualObjectInterface $object ) : void
$object Gui\Components\VisualObjectInterface
Résultat void

getChild() public méthode

Get child
public getChild ( integer $lazarusObjectId ) : Gui\Components\VisualObjectInterface
$lazarusObjectId integer the object id
Résultat Gui\Components\VisualObjectInterface

getChildren() public méthode

Get children array
public getChildren ( ) : array
Résultat array