ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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().
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().
|
protected |
Definition at line 74 of file SettingsDBRepository.php.
Referenced by ILIAS\Portfolio\Settings\SettingsDBRepository\getById().
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().