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
Type of children to count.
$name
Name of children to count.
int
- number of children found
Error code | Error value | Meaning | Solution |
---|---|---|---|
" |
This function can not be called statically.