Config::setRoot() -- Set content of root Config_container object
Описание
This method will replace the current child of the root
Config_Container
object by the given object.
Параметр
- object
$rootContainer
Container to be used as the first child of root
Возвращаемое значение
boolean -
Возвращает TRUE в случае успеха и FALSE при неудаче.
Заметка
Эта функция не должна вызываться статически.
Пример
Пример 32-1. Using setRoot() $container =& new Config_Container('section', 'conf');
$config = new Config();
$root =& $config->setRoot($container); |
|
HIVE: All information for read only. Please respect copyright! |
|