ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (int $a_id=null) | |
getId () | |
setParent (?int $a_value) | |
getParent () | |
setTitle (?string $a_value) | |
getTitle () | |
setPosition (int $a_value) | |
getPosition () | |
save () | |
update () | |
delete () | |
cloneObject (int $a_target_parent_id) | |
Static Public Member Functions | |
static | getInstancesByParentId (int $a_parent_id) |
Protected Member Functions | |
setId (int $a_id) | |
importFromDB (array $a_row) | |
getDBProperties () | |
getLastPosition () | |
read (?int $a_id) | |
Protected Attributes | |
ilDBInterface | $db |
int | $id = null |
int | $parent = null |
string | $title = null |
int | $pos = 0 |
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 Class ilExcCriteriaCatalogue
Definition at line 25 of file class.ilExcCriteriaCatalogue.php.
ilExcCriteriaCatalogue::__construct | ( | int | $a_id = null | ) |
Definition at line 33 of file class.ilExcCriteriaCatalogue.php.
ilExcCriteriaCatalogue::cloneObject | ( | int | $a_target_parent_id | ) |
Definition at line 207 of file class.ilExcCriteriaCatalogue.php.
References getId(), ilExcCriteria\getInstancesByParentId(), getPosition(), and getTitle().
ilExcCriteriaCatalogue::delete | ( | ) |
Definition at line 193 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, and ilExcCriteria\deleteByParent().
|
protected |
Definition at line 123 of file class.ilExcCriteriaCatalogue.php.
References getPosition(), and getTitle().
Referenced by save(), and update().
ilExcCriteriaCatalogue::getId | ( | ) |
Definition at line 70 of file class.ilExcCriteriaCatalogue.php.
References $id.
Referenced by cloneObject().
|
static |
Definition at line 44 of file class.ilExcCriteriaCatalogue.php.
References $DIC, $ilDB, and $res.
Referenced by ilExcCriteriaCatalogueGUI\confirmDeletion(), ilExcCriteriaCatalogueGUI\delete(), ilObjExercise\delete(), ilExcCriteriaCatalogueTableGUI\getItems(), ilExAssignmentEditorGUI\initPeerReviewForm(), ilObjExercise\saveData(), and ilExcCriteriaCatalogueGUI\saveOrder().
|
protected |
Definition at line 131 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, and getParent().
Referenced by save().
ilExcCriteriaCatalogue::getParent | ( | ) |
Definition at line 85 of file class.ilExcCriteriaCatalogue.php.
References $parent.
Referenced by getLastPosition(), and save().
ilExcCriteriaCatalogue::getPosition | ( | ) |
Definition at line 105 of file class.ilExcCriteriaCatalogue.php.
References $pos.
Referenced by cloneObject(), and getDBProperties().
ilExcCriteriaCatalogue::getTitle | ( | ) |
Definition at line 95 of file class.ilExcCriteriaCatalogue.php.
References $title.
Referenced by cloneObject(), ilExcCriteriaCatalogueGUI\exportForm(), and getDBProperties().
|
protected |
Definition at line 115 of file class.ilExcCriteriaCatalogue.php.
References setId(), setParent(), setPosition(), and setTitle().
Referenced by read().
|
protected |
Definition at line 146 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, and importFromDB().
Referenced by __construct().
ilExcCriteriaCatalogue::save | ( | ) |
Definition at line 161 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, getDBProperties(), getLastPosition(), getParent(), and update().
Referenced by update().
|
protected |
Definition at line 75 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
ilExcCriteriaCatalogue::setParent | ( | ?int | $a_value | ) |
Definition at line 80 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
ilExcCriteriaCatalogue::setPosition | ( | int | $a_value | ) |
Definition at line 100 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
ilExcCriteriaCatalogue::setTitle | ( | ?string | $a_value | ) |
Definition at line 90 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
ilExcCriteriaCatalogue::update | ( | ) |
Definition at line 180 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, getDBProperties(), and save().
Referenced by save().
|
protected |
Definition at line 27 of file class.ilExcCriteriaCatalogue.php.
Referenced by delete(), getLastPosition(), read(), save(), and update().
|
protected |
Definition at line 28 of file class.ilExcCriteriaCatalogue.php.
Referenced by getId().
|
protected |
Definition at line 29 of file class.ilExcCriteriaCatalogue.php.
Referenced by getParent().
|
protected |
Definition at line 31 of file class.ilExcCriteriaCatalogue.php.
Referenced by getPosition().
|
protected |
Definition at line 30 of file class.ilExcCriteriaCatalogue.php.
Referenced by getTitle().