|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Glossary\Settings\SettingsDBRepository: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().
Here is the caller graph for this function:| ILIAS\Glossary\Settings\SettingsDBRepository::getById | ( | int | $id | ) |
Definition at line 54 of file SettingsDBRepository.php.
References $id, and ILIAS\Glossary\Settings\SettingsDBRepository\getSettingsFromRecord().
Here is the call graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 93 of file SettingsDBRepository.php.
Referenced by ILIAS\Glossary\Settings\SettingsDBRepository\getSettingsFromRecord().
Here is the caller graph for this function:| 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().
Here is the call graph for this function: