previousConfig::Config (Previous) (Next) Config::isConfigTypeRegisterednext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Config::getRoot

Config::getRoot() – config オブジェクトのルートコンテナを返す

Synopsis

require_once 'Config.php';

object &Config::getRoot ( ( void )

Description

この関数は、Configオブジェクトの中のルート Config_Container 返します。 返された Config_Container オブジェクトの参照値は設定データとして操作します。

Return value

object - config のルートコンテナオブジェクトのリファレンスを返します。

Note

This function can not be called statically.

Example

getRoot() の使用法

<?php
$config 
= new Config();
$root =& $config->getRoot();
?>
previousConfig::Config (Previous) (Next) Config::isConfigTypeRegisterednext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.