Config_Container::addItem | Config_Container::createBlank |
Config | |
PEAR Manual | |
require_once 'Config/Container.php'; |
int Config_Container::countChildren (
string $type = NULL
, string $name = NULL
)
This method will return the number of children this container has. If either $name or $type , it will affine its search just to return the number of children corresponding to these parameters.
Type of children to count.
Name of children to count.
int - number of children found
Error code | Error value | Meaning | Solution |
" |
This function can not be called statically.
Config_Container::addItem | Config_Container::createBlank |
Config | |
PEAR Manual | |