Config::isConfigTypeRegistered()

Config::isConfigTypeRegistered() -- Returns TRUE if container is registered

Referentiesamenvatting

require_once 'Config.php';

bool Config::isConfigTypeRegistered (string $configType)

Beschrijving

This method checks if the required container type exists in $GLOBALS['CONFIG_TYPES'].

Parameter

string $configType

Type of config (php array, xml, inifile...)

Return waarde

bool - TRUE if registered, FALSE otherwise.

Note

Deze functie kan niet statisch worden aangeroepen.