Config_Container::getAttributes | Config_Container::getContent |
Config | |
PEAR Manual | |
require_once 'Config/Container.php'; |
mixed Config_Container::getChild (
int $index
)
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.
Config_Container::getAttributes | Config_Container::getContent |
Config | |
PEAR Manual | |