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

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Config_Container::getChild

Config_Container::getChild() – Retourne l'objet enfant désigné par son index

Synopsis

require_once 'Config/Container.php';

mixed Config_Container::getChild ( entier $index )

Description

Les enfants sont stockés dans un tableau. Cette méthode retourne l'objet Config_Container qui se trouve à la position précisée par $index.

Parameter

integer $index

Index de l'enfant

Return value

mixed - retourne une référence à l'objet enfant ou FALSE si l'enfant n'existe pas.

Note

This function can not be called statically.

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

Download Documentation Last updated: Sun, 18 Oct 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.