Config::isConfigTypeRegistered() -- Returns
TRUE if container is registered
Beschreibung
This method checks if the required container type exists in
$GLOBALS['CONFIG_TYPES'].
Parameter
- string
$configType
Type of config (php array, xml, inifile...)
Rückgabewert
bool - TRUE if registered, FALSE otherwise.
Hinweise
Diese Methode kann nicht
statisch aufgerufen werden.