require_once 'Config.php';
booléen Config::isConfigTypeRegistered (string $configType)
booléen Config::isConfigTypeRegistered
Cette méthode vérifie si le type de conteneur exigé existe dans $GLOBALS['CONFIG_TYPES'].
Type de configurations (tableaux php, xml, fichiers ini...)
booléen - TRUE si enregistré, FALSE autrement.
Cette fonction ne peut pas être appelée de façon statique.