|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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 | |
| $id | |
| $parent | |
| $title | |
| $pos | |
Class ilExcCriteriaCatalogue.
Definition at line 11 of file class.ilExcCriteriaCatalogue.php.
| ilExcCriteriaCatalogue::__construct | ( | $a_id = null | ) |
Definition at line 18 of file class.ilExcCriteriaCatalogue.php.
References read().
Here is the call graph for this function:| ilExcCriteriaCatalogue::cloneObject | ( | $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 178 of file class.ilExcCriteriaCatalogue.php.
References $ilDB, and ilExcCriteria\deleteByParent().
Here is the call graph for this function:
|
static |
Definition at line 194 of file class.ilExcCriteriaCatalogue.php.
References $ilDB.
Referenced by ilObjExercise\delete().
Here is the caller graph for this function:
|
protected |
Definition at line 105 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 48 of file class.ilExcCriteriaCatalogue.php.
References $id.
Referenced by cloneObject().
Here is the caller graph for this function:
|
static |
Definition at line 23 of file class.ilExcCriteriaCatalogue.php.
References $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 112 of file class.ilExcCriteriaCatalogue.php.
References $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 65 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 87 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 77 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 97 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 128 of file class.ilExcCriteriaCatalogue.php.
References $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 146 of file class.ilExcCriteriaCatalogue.php.
References $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 53 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
Here is the caller graph for this function:| ilExcCriteriaCatalogue::setParent | ( | $a_value | ) |
Definition at line 58 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
Here is the caller graph for this function:| ilExcCriteriaCatalogue::setPosition | ( | $a_value | ) |
Definition at line 82 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
Here is the caller graph for this function:| ilExcCriteriaCatalogue::setTitle | ( | $a_value | ) |
Definition at line 70 of file class.ilExcCriteriaCatalogue.php.
Referenced by importFromDB().
Here is the caller graph for this function:| ilExcCriteriaCatalogue::update | ( | ) |
Definition at line 165 of file class.ilExcCriteriaCatalogue.php.
References $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 13 of file class.ilExcCriteriaCatalogue.php.
Referenced by getId().
|
protected |
Definition at line 14 of file class.ilExcCriteriaCatalogue.php.
Referenced by getParent().
|
protected |
Definition at line 16 of file class.ilExcCriteriaCatalogue.php.
Referenced by getPosition().
|
protected |
Definition at line 15 of file class.ilExcCriteriaCatalogue.php.
Referenced by getTitle().