|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilExcCriteriaCatalogue. More...
Collaboration diagram for ilExcCriteriaCatalogue:Public Member Functions | |
| __construct ($a_id=null) | |
| getId () | |
| setParent ($a_value) | |
| getParent () | |
| setTitle ($a_value) | |
| getTitle () | |
| setPosition ($a_value) | |
| getPosition () | |
| save () | |
| update () | |
| delete () | |
| cloneObject ($a_target_parent_id) | |
Static Public Member Functions | |
| static | getInstancesByParentId ($a_parent_id) |
| static | deleteByParent ($a_parent_id) |
Protected Member Functions | |
| setId ($a_id) | |
| importFromDB (array $a_row) | |
| getDBProperties () | |
| getLastPosition () | |
| read ($a_id) | |
Protected Attributes | |
| $db | |
| $id | |
| $parent | |
| $title | |
| $pos | |
Class ilExcCriteriaCatalogue.
Definition at line 11 of file class.ilExcCriteriaCatalogue.php.
| ilExcCriteriaCatalogue::__construct | ( | $a_id = null | ) |
Definition at line 23 of file class.ilExcCriteriaCatalogue.php.
Here is the call graph for this function:| ilExcCriteriaCatalogue::cloneObject | ( | $a_target_parent_id | ) |
Definition at line 211 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 182 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, and ilExcCriteria\deleteByParent().
Here is the call graph for this function:
|
static |
Definition at line 197 of file class.ilExcCriteriaCatalogue.php.
Referenced by ilObjExercise\delete().
Here is the caller graph for this function:
|
protected |
Definition at line 114 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 57 of file class.ilExcCriteriaCatalogue.php.
References $id.
Referenced by cloneObject().
Here is the caller graph for this function:
|
static |
Definition at line 31 of file class.ilExcCriteriaCatalogue.php.
References $DIC, $ilDB, $res, and $row.
Referenced by ilObjExercise\cloneObject(), ilExcCriteriaCatalogueGUI\confirmDeletion(), ilExcCriteriaCatalogueGUI\delete(), ilExcCriteriaCatalogueTableGUI\getItems(), ilExAssignmentEditorGUI\initPeerReviewForm(), and ilExcCriteriaCatalogueGUI\saveOrder().
Here is the caller graph for this function:
|
protected |
Definition at line 121 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, $row, 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 74 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 96 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 86 of file class.ilExcCriteriaCatalogue.php.
References $title.
Referenced by cloneObject(), ilExcCriteriaCatalogueGUI\exportForm(), and getDBProperties().
Here is the caller graph for this function:
|
protected |
Definition at line 106 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 136 of file class.ilExcCriteriaCatalogue.php.
References $db, $ilDB, $row, 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 152 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 62 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
Here is the caller graph for this function:| ilExcCriteriaCatalogue::setParent | ( | $a_value | ) |
Definition at line 67 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
Here is the caller graph for this function:| ilExcCriteriaCatalogue::setPosition | ( | $a_value | ) |
Definition at line 91 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
Here is the caller graph for this function:| ilExcCriteriaCatalogue::setTitle | ( | $a_value | ) |
Definition at line 79 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
Here is the caller graph for this function:| ilExcCriteriaCatalogue::update | ( | ) |
Definition at line 170 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 16 of file class.ilExcCriteriaCatalogue.php.
Referenced by delete(), getLastPosition(), read(), save(), and update().
|
protected |
Definition at line 18 of file class.ilExcCriteriaCatalogue.php.
Referenced by getId().
|
protected |
Definition at line 19 of file class.ilExcCriteriaCatalogue.php.
Referenced by getParent().
|
protected |
Definition at line 21 of file class.ilExcCriteriaCatalogue.php.
Referenced by getPosition().
|
protected |
Definition at line 20 of file class.ilExcCriteriaCatalogue.php.
Referenced by getTitle().