|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilExcCriteriaRating. More...
Inheritance diagram for ilExcCriteriaRating:
Collaboration diagram for ilExcCriteriaRating:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| getType () | |
| addToPeerReviewForm ($a_value=null) | |
| importFromPeerReviewForm () | |
| updateFromAjax () | |
| validate ($a_value) | |
| hasValue ($a_value) | |
| getHTML ($a_value) | |
| resetReview () | |
Public Member Functions inherited from ilExcCriteria | |
| getTranslatedType () | |
| getId () | |
| getType () | |
| setParent ($a_value) | |
| getParent () | |
| setTitle ($a_value) | |
| getTitle () | |
| setDescription ($a_value) | |
| getDescription () | |
| setRequired ($a_value) | |
| isRequired () | |
| setPosition ($a_value) | |
| getPosition () | |
| importDefinition ($a_def, $a_def_json) | |
| save () | |
| update () | |
| delete () | |
| cloneObject ($a_target_parent_id) | |
| initCustomForm (ilPropertyFormGUI $a_form) | |
| exportCustomForm (ilPropertyFormGUI $a_form) | |
| importCustomForm (ilPropertyFormGUI $a_form) | |
| setPeerReviewContext (ilExAssignment $a_ass, $a_giver_id, $a_peer_id, ilPropertyFormGUI $a_form=null) | |
| addToPeerReviewForm ($a_value=null) | |
| importFromPeerReviewForm () | |
| updateFromAjax () | |
| validate ($a_value) | |
| hasValue ($a_value) | |
| getHTML ($a_value) | |
| resetReview () | |
Protected Member Functions | |
| getRatingSubType () | |
| renderWidget ($a_read_only=false) | |
Protected Member Functions inherited from ilExcCriteria | |
| __construct () | |
| setId ($a_id) | |
| setDefinition (array $a_value=null) | |
| getDefinition () | |
| importFromDB (array $a_row) | |
| getDBProperties () | |
| getLastPosition () | |
Protected Attributes | |
| $tpl | |
| $ctrl | |
| $lng | |
Protected Attributes inherited from ilExcCriteria | |
| $db | |
| $id | |
| $parent | |
| $title | |
| $desc | |
| $required | |
| $pos | |
| $def | |
| $form | |
| $ass | |
| $giver_id | |
| $peer_id | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilExcCriteria | |
| static | getInstanceById ($a_id) |
| static | getInstancesByParentId ($a_parent_id) |
| static | getTypesMap () |
| static | getInstanceByType ($a_type) |
| static | deleteByParent ($a_parent_id) |
Class ilExcCriteriaRating.
Definition at line 11 of file class.ilExcCriteriaRating.php.
| ilExcCriteriaRating::__construct | ( | ) |
Constructor.
Reimplemented from ilExcCriteria.
Definition at line 32 of file class.ilExcCriteriaRating.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilExcCriteriaRating::addToPeerReviewForm | ( | $a_value = null | ) |
Reimplemented from ilExcCriteria.
Definition at line 50 of file class.ilExcCriteriaRating.php.
References $_POST, $ctrl, $tpl, ilExcCriteria\getDescription(), ilExcCriteria\getId(), ilExcCriteria\getTitle(), hasValue(), ilExcCriteria\isRequired(), and renderWidget().
Here is the call graph for this function:| ilExcCriteriaRating::getHTML | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 158 of file class.ilExcCriteriaRating.php.
References renderWidget().
Here is the call graph for this function:
|
protected |
Definition at line 77 of file class.ilExcCriteriaRating.php.
References ilExcCriteria\getId().
Here is the call graph for this function:| ilExcCriteriaRating::getType | ( | ) |
Reimplemented from ilExcCriteria.
Definition at line 42 of file class.ilExcCriteriaRating.php.
| ilExcCriteriaRating::hasValue | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 147 of file class.ilExcCriteriaRating.php.
References ilRating\getRatingForUserAndObject().
Referenced by addToPeerReviewForm(), and validate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcCriteriaRating::importFromPeerReviewForm | ( | ) |
Reimplemented from ilExcCriteria.
Definition at line 110 of file class.ilExcCriteriaRating.php.
|
protected |
Definition at line 84 of file class.ilExcCriteriaRating.php.
References ilExcCriteria\getId().
Referenced by addToPeerReviewForm(), getHTML(), and updateFromAjax().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcCriteriaRating::resetReview | ( | ) |
Reimplemented from ilExcCriteria.
Definition at line 163 of file class.ilExcCriteriaRating.php.
References ilRating\resetRatingForUserAndObject().
Here is the call graph for this function:| ilExcCriteriaRating::updateFromAjax | ( | ) |
Reimplemented from ilExcCriteria.
Definition at line 115 of file class.ilExcCriteriaRating.php.
References $_POST, renderWidget(), and ilRating\writeRatingForUserAndObject().
Here is the call graph for this function:| ilExcCriteriaRating::validate | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 132 of file class.ilExcCriteriaRating.php.
References $lng, ilExcCriteria\getId(), hasValue(), and ilExcCriteria\isRequired().
Here is the call graph for this function:
|
protected |
Definition at line 21 of file class.ilExcCriteriaRating.php.
Referenced by addToPeerReviewForm().
|
protected |
Definition at line 26 of file class.ilExcCriteriaRating.php.
Referenced by validate().
|
protected |
Definition at line 16 of file class.ilExcCriteriaRating.php.
Referenced by addToPeerReviewForm().