Config::isConfigTypeRegistered
Config::isConfigTypeRegistered() – Returns TRUE if container is registered
Synopsis
require_once 'Config.php';
bool Config::isConfigTypeRegistered (
string $configType
)
Описание
This method checks if the required container type exists in
$GLOBALS['CONFIG_TYPES']
.
Parameter
-
string
$configType
-
Type of config (php array, xml, inifile...)
Return value
bool
- TRUE if registered, FALSE otherwise.
Замечание
This function can not be called statically.