previousConfig_Container::addItem (Previous) (Next) Config_Container::createBlanknext

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::countChildren

Config_Container::countChildren() – Compte les enfants d'un conteneur

Synopsis

require_once 'Config/Container.php';

int Config_Container::countChildren ( chaîne $type = = null , chaîne $nom = = null )

Description

Cette méthode retourne le nombre d'enfant qu'a ce conteneur. Si $nom ou $type est donné, le comptage s'éffectue sur les enfant correspondant à ces critères.

Parameter

string $type

Type d'enfant à compter.

string $nom

Nom des enfants à compter.

Return value

entier - nombre d'enfants trouvés

Throws

Note

This function can not be called statically.

previousConfig_Container::addItem (Previous) (Next) Config_Container::createBlanknext

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.