Config_Container::getChild()

Config_Container::getChild() -- Return child object at specified index.

Referentiesamenvatting

require_once 'Config/Container.php';

mixed Config_Container::getChild (int $index)

Beschrijving

Children are stored in an array. This method returns the Config_Container object at the specified index.

Parameter

integer $index

Child index

Return waarde

mixed - returns reference to child object or FALSE if child does not exist

Note

Deze functie kan niet statisch worden aangeroepen.