|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\MediaCast\Settings\SettingsDBRepository:Public Member Functions | |
| __construct (protected ilDBInterface $db, protected InternalDataService $data,) | |
| getById (int $id) | |
| update (Settings $settings) | |
| create (Settings $settings) | |
| delete (int $id) | |
Protected Member Functions | |
| getSettingsFromRecord (array $record) | |
Definition at line 26 of file SettingsDBRepository.php.
| ILIAS\MediaCast\Settings\SettingsDBRepository::__construct | ( | protected ilDBInterface | $db, |
| protected InternalDataService | $data | ||
| ) |
Definition at line 28 of file SettingsDBRepository.php.
| ILIAS\MediaCast\Settings\SettingsDBRepository::create | ( | Settings | $settings | ) |
Definition at line 63 of file SettingsDBRepository.php.
References ILIAS\MediaCast\Settings\Settings\getAutoplayMode(), ILIAS\MediaCast\Settings\Settings\getDefaultAccess(), ILIAS\MediaCast\Settings\Settings\getDownloadable(), ILIAS\MediaCast\Settings\Settings\getId(), ILIAS\MediaCast\Settings\Settings\getNewItemsInLearningProgress(), ILIAS\MediaCast\Settings\Settings\getNumberInitialVideos(), ILIAS\MediaCast\Settings\Settings\getPublicFiles(), ILIAS\MediaCast\Settings\Settings\getSortMode(), and ILIAS\MediaCast\Settings\Settings\getViewMode().
Here is the call graph for this function:| ILIAS\MediaCast\Settings\SettingsDBRepository::delete | ( | int | $id | ) |
Definition at line 78 of file SettingsDBRepository.php.
References $id.
| ILIAS\MediaCast\Settings\SettingsDBRepository::getById | ( | int | $id | ) |
Definition at line 34 of file SettingsDBRepository.php.
References $id, and ILIAS\MediaCast\Settings\SettingsDBRepository\getSettingsFromRecord().
Here is the call graph for this function:
|
protected |
Definition at line 87 of file SettingsDBRepository.php.
Referenced by ILIAS\MediaCast\Settings\SettingsDBRepository\getById().
Here is the caller graph for this function:| ILIAS\MediaCast\Settings\SettingsDBRepository::update | ( | Settings | $settings | ) |
Definition at line 47 of file SettingsDBRepository.php.
References ILIAS\MediaCast\Settings\Settings\getAutoplayMode(), ILIAS\MediaCast\Settings\Settings\getDefaultAccess(), ILIAS\MediaCast\Settings\Settings\getDownloadable(), ILIAS\MediaCast\Settings\Settings\getId(), ILIAS\MediaCast\Settings\Settings\getNewItemsInLearningProgress(), ILIAS\MediaCast\Settings\Settings\getNumberInitialVideos(), ILIAS\MediaCast\Settings\Settings\getPublicFiles(), ILIAS\MediaCast\Settings\Settings\getSortMode(), and ILIAS\MediaCast\Settings\Settings\getViewMode().
Here is the call graph for this function: