Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 52783 программиста и 2728 роботов. Сейчас ищет 941 программист ...
Config::isConfigTypeRegistered
Вернуться к: Config class
Config::isConfigTypeRegistered
Config::isConfigTypeRegistered() – Returns TRUE if container is registered
Synopsis
require_once 'Config.php';
bool Config::isConfigTypeRegistered ( string $configType )
This method checks if the required container type exists in $GLOBALS['CONFIG_TYPES'].
Parameter
- string $configType
-
Type of config (php array, xml, inifile...)
Return value
bool - TRUE if registered, FALSE otherwise.
Note
This function can not be called statically.
Вернуться к: Config class