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\MediaPool\Settings\SettingsDBRepository::__construct | ( | protected ilDBInterface | $db, |
protected InternalDataService | $data | ||
) |
Definition at line 28 of file SettingsDBRepository.php.
ILIAS\MediaPool\Settings\SettingsDBRepository::create | ( | Settings | $settings | ) |
Definition at line 34 of file SettingsDBRepository.php.
References ILIAS\MediaPool\Settings\Settings\getDefaultHeight(), ILIAS\MediaPool\Settings\Settings\getDefaultWidth(), ILIAS\MediaPool\Settings\Settings\getForTranslation(), and ILIAS\MediaPool\Settings\Settings\getId().
ILIAS\MediaPool\Settings\SettingsDBRepository::delete | ( | int | $id | ) |
Definition at line 71 of file SettingsDBRepository.php.
References $id.
ILIAS\MediaPool\Settings\SettingsDBRepository::getById | ( | int | $id | ) |
Definition at line 55 of file SettingsDBRepository.php.
References $id, and ILIAS\MediaPool\Settings\SettingsDBRepository\getSettingsFromRecord().
|
protected |
Definition at line 80 of file SettingsDBRepository.php.
Referenced by ILIAS\MediaPool\Settings\SettingsDBRepository\getById().
ILIAS\MediaPool\Settings\SettingsDBRepository::update | ( | Settings | $settings | ) |
Definition at line 44 of file SettingsDBRepository.php.
References ILIAS\MediaPool\Settings\Settings\getDefaultHeight(), ILIAS\MediaPool\Settings\Settings\getDefaultWidth(), ILIAS\MediaPool\Settings\Settings\getForTranslation(), and ILIAS\MediaPool\Settings\Settings\getId().