Config_Container::getChild()

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

概要

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.

パラメータ

integer $index

Child index

返り値

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

注意

この関数は、スタティックにコールする ことはできません。