previousConfig::getRoot (Previous) (Next) Config::parseConfignext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Config::isConfigTypeRegistered

Config::isConfigTypeRegistered() – Retourne la valeur TRUE si le conteneur est enregistré

Synopsis

require_once 'Config.php';

boolean Config::isConfigTypeRegistered ( string $configType )

Description

Cette méthode vérifie si le type de conteneur exigé existe dans $GLOBALS['CONFIG_TYPES'] .

Parameter

string $configType

Type de configurations (tableaux php, xml, fichiers ini...)

Return value

boolean - TRUE si enregistré, FALSE autrement.

Note

This function can not be called statically.

previousConfig::getRoot (Previous) (Next) Config::parseConfignext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.