|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
A factory that builds ilSettings that can be used for DI. More...
Collaboration diagram for ilSettingsFactory: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 | ) |
Definition at line 30 of file class.ilSettingsFactory.php.
References $db.
| ilSettingsFactory::settingsFor | ( | string | $a_module = "common" | ) |
Get setting instance for module.
Definition at line 38 of file class.ilSettingsFactory.php.
|
protected |
Definition at line 28 of file class.ilSettingsFactory.php.
Referenced by __construct(), and settingsFor().