bool Config::isConfigTypeRegistered (
string $configType
)
This method checks if the required container type exists in
$GLOBALS['CONFIG_TYPES']
.
$configType
Type of config (php array, xml, inifile...)
bool
- TRUE if registered, FALSE otherwise.
This function can not be called statically.