ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
A factory that builds ilSettings that can be used for DI. More...
Public Member Functions | |
__construct (\ilDBInterface $db) | |
settingsFor (string $a_module="common") | |
Get setting instance for module. More... | |
Protected Attributes | |
ilDBInterface | $db |
A factory that builds ilSettings that can be used for DI.
Definition at line 26 of file class.ilSettingsFactory.php.
ilSettingsFactory::__construct | ( | \ilDBInterface | $db | ) |
ilSettingsFactory::settingsFor | ( | string | $a_module = "common" | ) |
Get setting instance for module.
Definition at line 38 of file class.ilSettingsFactory.php.
References $db, $DIC, $GLOBALS, and null.
|
protected |
Definition at line 28 of file class.ilSettingsFactory.php.
Referenced by __construct(), and settingsFor().