| Config::getRoot | Config::parseConfig |
| Config | |
| PEAR Manual | |
require_once 'Config.php';
|
bool Config::isConfigTypeRegistered (
string $configType
)
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.
| Config::getRoot | Config::parseConfig |
| Config | |
| PEAR Manual | |