ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (protected ilDBInterface $db, protected InternalDataService $data) | |
update (Settings $settings) | |
getById (int $id) | |
Protected Member Functions | |
getSettingsFromRecord (array $record) | |
boolToText (bool $value) | |
textToBool (string $value) | |
Definition at line 26 of file SettingsDBRepository.php.
ILIAS\Glossary\Settings\SettingsDBRepository::__construct | ( | protected ilDBInterface | $db, |
protected InternalDataService | $data | ||
) |
Definition at line 28 of file SettingsDBRepository.php.
|
protected |
Definition at line 88 of file SettingsDBRepository.php.
Referenced by ILIAS\Glossary\Settings\SettingsDBRepository\update().
ILIAS\Glossary\Settings\SettingsDBRepository::getById | ( | int | $id | ) |
Definition at line 54 of file SettingsDBRepository.php.
References $id, and ILIAS\Glossary\Settings\SettingsDBRepository\getSettingsFromRecord().
|
protected |
Definition at line 70 of file SettingsDBRepository.php.
References ILIAS\Repository\int(), and ILIAS\Glossary\Settings\SettingsDBRepository\textToBool().
Referenced by ILIAS\Glossary\Settings\SettingsDBRepository\getById().
|
protected |
Definition at line 93 of file SettingsDBRepository.php.
Referenced by ILIAS\Glossary\Settings\SettingsDBRepository\getSettingsFromRecord().
ILIAS\Glossary\Settings\SettingsDBRepository::update | ( | Settings | $settings | ) |
Definition at line 34 of file SettingsDBRepository.php.
References ILIAS\Glossary\Settings\SettingsDBRepository\boolToText(), ILIAS\Glossary\Settings\Settings\getActiveFlashcards(), ILIAS\Glossary\Settings\Settings\getActiveGlossaryMenu(), ILIAS\Glossary\Settings\Settings\getFlashcardsMode(), ILIAS\Glossary\Settings\Settings\getId(), ILIAS\Glossary\Settings\Settings\getOnline(), ILIAS\Glossary\Settings\Settings\getPresentationMode(), ILIAS\Glossary\Settings\Settings\getShowTaxonomy(), ILIAS\Glossary\Settings\Settings\getSnippetLength(), and ILIAS\Glossary\Settings\Settings\getVirtualMode().