Config_Container::createBlankConfig_Container::createBlank() -- Add blank line to item Synopsisrequire_once 'Config/Container.php'; |
objectConfig_Container::createBlank ([mixed $where = 'bottom' [, mixed $target = NULL]])
Description
The current item must be a section. This is a helper method that
calls
createItem()
Parameter
- string
$where
Where to create the new item ('top',
'bottom', 'before',
'after')
- object
$target
Required only if 'before' or
'after' is used for
$where
Return value
object - reference to new item
NoteThis function can not be called
statically. |
|