|
|
(Next) Config::isConfigTypeRegistered |
||||
| |
|||||
|
|||||
object &Config::getRoot (
( void
)
この関数は、Configオブジェクトの中のルート Config_Container 返します。 返された Config_Container オブジェクトの参照値は設定データとして操作します。
object - config のルートコンテナオブジェクトのリファレンスを返します。
This function can not be called statically.
getRoot() の使用法
<?php
$config = new Config();
$root =& $config->getRoot();
?>
|
|
(Next) Config::isConfigTypeRegistered |
||||||||
| |
|||||||||
|
|||||||||