Config::isConfigTypeRegistered

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

Synopsis

require_once 'Config.php';

bool Config::isConfigTypeRegistered ( string $configType )

Description

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.

Return root container for config object (Previous) Parse datasource contents (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.