previousConfig_Container::getAttributes (Previous) (Next) Config_Container::getContentnext

View this page in Last updated: Tue, 02 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Config_Container::getChild

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

Synopsis

require_once 'Config/Container.php';

mixed Config_Container::getChild ( int $index )

Description

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

Parameter

integer $index

Child index

Return value

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

Note

This function can not be called statically.

previousConfig_Container::getAttributes (Previous) (Next) Config_Container::getContentnext

Download Documentation Last updated: Tue, 02 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.