|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Persistence for Settings (like abstract, extro) 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 | |
| $database | |
| $ls_filesystem | |
Persistence for Settings (like abstract, extro)
Definition at line 10 of file class.ilLearningSequenceSettingsDB.php.
| ilLearningSequenceSettingsDB::__construct | ( | ilDBInterface | $database, |
| ilLearningSequenceFilesystem | $ls_filesystem | ||
| ) |
Definition at line 24 of file class.ilLearningSequenceSettingsDB.php.
References $database, and $ls_filesystem.
|
protected |
Definition at line 116 of file class.ilLearningSequenceSettingsDB.php.
Referenced by getSettingsFor().
Here is the caller graph for this function:| ilLearningSequenceSettingsDB::delete | ( | int | $obj_id | ) |
Definition at line 61 of file class.ilLearningSequenceSettingsDB.php.
References $query, 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 77 of file class.ilLearningSequenceSettingsDB.php.
References $data, 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 135 of file class.ilLearningSequenceSettingsDB.php.
References ilLearningSequenceSettings\getAbstract(), ilLearningSequenceSettings\getExtro(), ilLearningSequenceSettings\getMembersGallery(), and ilLearningSequenceSettings\getObjId().
Referenced by getSettingsFor().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 98 of file class.ilLearningSequenceSettingsDB.php.
References $query, $result, and $ret.
Referenced by getSettingsFor().
Here is the caller graph for this function:| ilLearningSequenceSettingsDB::store | ( | ilLearningSequenceSettings | $settings | ) |
Definition at line 30 of file class.ilLearningSequenceSettingsDB.php.
References ilLearningSequenceSettings\getAbstract(), ilLearningSequenceSettings\getAbstractImage(), ilLearningSequenceSettings\getDeletions(), ilLearningSequenceSettings\getExtro(), ilLearningSequenceSettings\getExtroImage(), ilLearningSequenceSettings\getMembersGallery(), ilLearningSequenceSettings\getObjId(), and ilLearningSequenceSettings\getUploads().
Here is the call graph for this function:
|
protected |
Definition at line 17 of file class.ilLearningSequenceSettingsDB.php.
Referenced by __construct().
|
protected |
Definition at line 22 of file class.ilLearningSequenceSettingsDB.php.
Referenced by __construct().
| const ilLearningSequenceSettingsDB::TABLE_NAME = 'lso_settings' |
Definition at line 12 of file class.ilLearningSequenceSettingsDB.php.