|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Portfolio\Settings\SettingsDBRepository:Public Member Functions | |
| __construct (protected ilDBInterface $db, protected InternalDataService $data) | |
| create (Settings $settings) | |
| update (Settings $settings) | |
| getById (int $id) | |
| delete (int $id) | |
Protected Member Functions | |
| getSettingsFromRecord (array $rec) | |
Definition at line 26 of file SettingsDBRepository.php.
| ILIAS\Portfolio\Settings\SettingsDBRepository::__construct | ( | protected ilDBInterface | $db, |
| protected InternalDataService | $data | ||
| ) |
Definition at line 28 of file SettingsDBRepository.php.
| ILIAS\Portfolio\Settings\SettingsDBRepository::create | ( | Settings | $settings | ) |
Definition at line 34 of file SettingsDBRepository.php.
References ILIAS\Portfolio\Settings\Settings\getId(), and ILIAS\Portfolio\Settings\Settings\getShowPersonalPicture().
Here is the call graph for this function:| ILIAS\Portfolio\Settings\SettingsDBRepository::delete | ( | int | $id | ) |
Definition at line 65 of file SettingsDBRepository.php.
References $id.
| ILIAS\Portfolio\Settings\SettingsDBRepository::getById | ( | int | $id | ) |
Definition at line 51 of file SettingsDBRepository.php.
References $id, and ILIAS\Portfolio\Settings\SettingsDBRepository\getSettingsFromRecord().
Here is the call graph for this function:
|
protected |
Definition at line 74 of file SettingsDBRepository.php.
Referenced by ILIAS\Portfolio\Settings\SettingsDBRepository\getById().
Here is the caller graph for this function:| ILIAS\Portfolio\Settings\SettingsDBRepository::update | ( | Settings | $settings | ) |
Definition at line 42 of file SettingsDBRepository.php.
References ILIAS\Portfolio\Settings\Settings\getId(), and ILIAS\Portfolio\Settings\Settings\getShowPersonalPicture().
Here is the call graph for this function: