|
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 ilExcCriteriaCatalogue: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.
Here is the call graph for this function:| ilExcCriteriaCatalogue::cloneObject | ( | int | $a_target_parent_id | ) |
Definition at line 207 of file class.ilExcCriteriaCatalogue.php.
References getId(), ilExcCriteria\getInstancesByParentId(), getPosition(), and getTitle().
Here is the call graph for this function:| ilExcCriteriaCatalogue::delete | ( | ) |
Definition at line 193 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, and ilExcCriteria\deleteByParent().
Here is the call graph for this function:
|
protected |
Definition at line 123 of file class.ilExcCriteriaCatalogue.php.
References getPosition(), and getTitle().
Referenced by save(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcCriteriaCatalogue::getId | ( | ) |
Definition at line 70 of file class.ilExcCriteriaCatalogue.php.
References $id.
Referenced by cloneObject().
Here is the caller graph for this function:
|
static |
Definition at line 44 of file class.ilExcCriteriaCatalogue.php.
References $DIC, $ilDB, and $res.
Referenced by ilExcCriteriaCatalogueGUI\confirmDeletion(), ilObjExercise\delete(), ilExcCriteriaCatalogueGUI\delete(), ilExcCriteriaCatalogueTableGUI\getItems(), ilExAssignmentEditorGUI\initPeerReviewForm(), and ilExcCriteriaCatalogueGUI\saveOrder().
Here is the caller graph for this function:
|
protected |
Definition at line 131 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, and getParent().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcCriteriaCatalogue::getParent | ( | ) |
Definition at line 85 of file class.ilExcCriteriaCatalogue.php.
References $parent.
Referenced by getLastPosition(), and save().
Here is the caller graph for this function:| ilExcCriteriaCatalogue::getPosition | ( | ) |
Definition at line 105 of file class.ilExcCriteriaCatalogue.php.
References $pos.
Referenced by cloneObject(), and getDBProperties().
Here is the caller graph for this function:| ilExcCriteriaCatalogue::getTitle | ( | ) |
Definition at line 95 of file class.ilExcCriteriaCatalogue.php.
References $title.
Referenced by cloneObject(), and getDBProperties().
Here is the caller graph for this function:
|
protected |
Definition at line 115 of file class.ilExcCriteriaCatalogue.php.
References setId(), setParent(), setPosition(), and setTitle().
Referenced by read().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 146 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, and importFromDB().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcCriteriaCatalogue::save | ( | ) |
Definition at line 161 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, getDBProperties(), getLastPosition(), getParent(), and update().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 75 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
Here is the caller graph for this function:| ilExcCriteriaCatalogue::setParent | ( | ?int | $a_value | ) |
Definition at line 80 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
Here is the caller graph for this function:| ilExcCriteriaCatalogue::setPosition | ( | int | $a_value | ) |
Definition at line 100 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
Here is the caller graph for this function:| ilExcCriteriaCatalogue::setTitle | ( | ?string | $a_value | ) |
Definition at line 90 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
Here is the caller graph for this function:| ilExcCriteriaCatalogue::update | ( | ) |
Definition at line 180 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, getDBProperties(), and save().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().