Config_Container::countChildren | Config_Container::createComment |
Config | |
PEAR Manual | |
require_once 'Config/Container.php'; |
objectConfig_Container::createBlank (
mixed $where = 'bottom'
, mixed $target = NULL
)
The current item must be a section. This is a helper method that calls createItem()
Where to create the new item ('top' , 'bottom' , 'before' , 'after' )
Required only if 'before' or 'after' is used for $where
object - reference to new item
Error code | Error value | Meaning | Solution |
" |
This function can not be called statically.
Create a new directive using createBlank()
|
Config_Container::countChildren | Config_Container::createComment |
Config | |
PEAR Manual | |