|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilLearningSequenceSettingsDB:Public Member Functions | |
| __construct (ilDBInterface $database, ilLearningSequenceFilesystem $ls_filesystem) | |
| store (ilLearningSequenceSettings $settings) | |
| delete (int $obj_id) | |
| getSettingsFor (int $lso_obj_id) | |
Data Fields | |
| const | TABLE_NAME = 'lso_settings' |
Protected Member Functions | |
| select (int $obj_id) | |
| buildSettings (int $obj_id, string $abstract='', string $extro='', string $abstract_image=null, string $extro_image=null, bool $gallery=false) | |
| insert (ilLearningSequenceSettings $settings) | |
Protected Attributes | |
| ilDBInterface | $database |
| ilLearningSequenceFilesystem | $ls_filesystem |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Persistence for Settings (like abstract, extro)
Definition at line 24 of file class.ilLearningSequenceSettingsDB.php.
| ilLearningSequenceSettingsDB::__construct | ( | ilDBInterface | $database, |
| ilLearningSequenceFilesystem | $ls_filesystem | ||
| ) |
Definition at line 31 of file class.ilLearningSequenceSettingsDB.php.
References $database, and $ls_filesystem.
|
protected |
Definition at line 123 of file class.ilLearningSequenceSettingsDB.php.
Referenced by getSettingsFor().
Here is the caller graph for this function:| ilLearningSequenceSettingsDB::delete | ( | int | $obj_id | ) |
Definition at line 64 of file class.ilLearningSequenceSettingsDB.php.
References $query, ILIAS\LTI\ToolProvider\$settings, getSettingsFor(), ilLearningSequenceFilesystem\IMG_ABSTRACT, and ilLearningSequenceFilesystem\IMG_EXTRO.
Here is the call graph for this function:| ilLearningSequenceSettingsDB::getSettingsFor | ( | int | $lso_obj_id | ) |
Definition at line 80 of file class.ilLearningSequenceSettingsDB.php.
References $data, ILIAS\LTI\ToolProvider\$settings, buildSettings(), insert(), and select().
Referenced by delete().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 141 of file class.ilLearningSequenceSettingsDB.php.
References ILIAS\LTI\ToolProvider\$settings.
Referenced by getSettingsFor().
Here is the caller graph for this function:
|
protected |
Definition at line 104 of file class.ilLearningSequenceSettingsDB.php.
References $query.
Referenced by getSettingsFor().
Here is the caller graph for this function:| ilLearningSequenceSettingsDB::store | ( | ilLearningSequenceSettings | $settings | ) |
Definition at line 37 of file class.ilLearningSequenceSettingsDB.php.
References ILIAS\LTI\ToolProvider\$settings.
|
protected |
Definition at line 28 of file class.ilLearningSequenceSettingsDB.php.
Referenced by __construct().
|
protected |
Definition at line 29 of file class.ilLearningSequenceSettingsDB.php.
Referenced by __construct().
| const ilLearningSequenceSettingsDB::TABLE_NAME = 'lso_settings' |
Definition at line 26 of file class.ilLearningSequenceSettingsDB.php.