previousConfig::getRoot (Previous) (Next) Config::parseConfignext

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

Config::isConfigTypeRegistered

Config::isConfigTypeRegistered() – もしコンテナが登録済みならTRUEが返る

Synopsis

require_once 'Config.php';

bool Config::isConfigTypeRegistered ( string $configType )

Description

この関数は必要なコンテナタイプが $GLOBALS['CONFIG_TYPES'] に存在するかどうか調べます。

Parameter

string $configType

設定の種類(php array, xml, inifile...)

Return value

bool - 登録済みならTRUEが、そうでなければFALSEが返る。

Note

This function can not be called statically.

previousConfig::getRoot (Previous) (Next) Config::parseConfignext

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.