require_once 'Config/Container.php';
mixed Config_Container::getChild (int $index)
mixed Config_Container::getChild
Children are stored in an array. This method returns the Config_Container object at the specified index.
Child index
mixed - returns reference to child object or FALSE if child does not exist
This function can not be called statically.