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