Config_Container::createSection()
Параметр
- string $name
Name of new section
- array array $attributes
Section attributes
- string $where
Where to create the new item ('top', 'bottom', 'before', 'after')
- object $target
Required only if 'before' or 'after' is used for $where
Пример
Пример 33-1. Create a new section using createSection()
|
Пред. | Начало | След. |
Config_Container::createItem() | Уровень выше | Config_Container::getAttribute() |