|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Blog\Settings\SettingsDBRepository:Public Member Functions | |
| __construct (protected ilDBInterface $db, protected InternalDataService $data) | |
| create (Settings $setting) | |
| update (Settings $setting) | |
| getByObjId (int $id) | |
| saveOrder (int $id, array $order) | |
Protected Member Functions | |
| getSettingsFromRecord (array $rec) | |
Definition at line 26 of file SettingsDBRepository.php.
| ILIAS\Blog\Settings\SettingsDBRepository::__construct | ( | protected ilDBInterface | $db, |
| protected InternalDataService | $data | ||
| ) |
Definition at line 28 of file SettingsDBRepository.php.
| ILIAS\Blog\Settings\SettingsDBRepository::create | ( | Settings | $setting | ) |
Definition at line 62 of file SettingsDBRepository.php.
References ILIAS\$setting.
| ILIAS\Blog\Settings\SettingsDBRepository::getByObjId | ( | int | $id | ) |
Definition at line 111 of file SettingsDBRepository.php.
References $id, and ILIAS\Blog\Settings\SettingsDBRepository\getSettingsFromRecord().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file SettingsDBRepository.php.
Referenced by ILIAS\Blog\Settings\SettingsDBRepository\getByObjId().
Here is the caller graph for this function:| ILIAS\Blog\Settings\SettingsDBRepository::saveOrder | ( | int | $id, |
| array | $order | ||
| ) |
Definition at line 126 of file SettingsDBRepository.php.
References $id.
| ILIAS\Blog\Settings\SettingsDBRepository::update | ( | Settings | $setting | ) |
Definition at line 86 of file SettingsDBRepository.php.
References ILIAS\$setting.