PHP Class Gui\Components\ContainerObject

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

Protected Properties

Property Type Description
$children array The children objetcs

Public Methods

Method Description
appendChild ( Gui\Components\VisualObjectInterface $object )
getChild ( $lazarusObjectId )
getChildren ( )

Method Details

appendChild() public method

public appendChild ( Gui\Components\VisualObjectInterface $object )
$object Gui\Components\VisualObjectInterface

getChild() public method

public getChild ( $lazarusObjectId )

getChildren() public method

public getChildren ( )

Property Details

$children protected property

The children objetcs
protected array $children
return array