PHP Interface Gui\Components\ContainerObjectInterface

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

Public Methods

Method 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 method

Append object as child
public appendChild ( Gui\Components\VisualObjectInterface $object ) : void
$object Gui\Components\VisualObjectInterface
return void

getChild() public method

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

getChildren() public method

Get children array
public getChildren ( ) : array
return array