|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilExcCriteriaBool. More...
Inheritance diagram for ilExcCriteriaBool:
Collaboration diagram for ilExcCriteriaBool:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| getType () | |
| addToPeerReviewForm ($a_value=null) | |
| importFromPeerReviewForm () | |
| hasValue ($a_value) | |
| getHTML ($a_value) | |
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 Attributes | |
| $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) |
Protected Member Functions inherited from ilExcCriteria | |
| __construct () | |
| setId ($a_id) | |
| setDefinition (array $a_value=null) | |
| getDefinition () | |
| importFromDB (array $a_row) | |
| getDBProperties () | |
| getLastPosition () | |
Class ilExcCriteriaBool.
Definition at line 11 of file class.ilExcCriteriaBool.php.
| ilExcCriteriaBool::__construct | ( | ) |
Constructor.
Reimplemented from ilExcCriteria.
Definition at line 22 of file class.ilExcCriteriaBool.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilExcCriteriaBool::addToPeerReviewForm | ( | $a_value = null | ) |
Reimplemented from ilExcCriteria.
Definition at line 38 of file class.ilExcCriteriaBool.php.
References $lng, ilExcCriteria\getDescription(), ilExcCriteria\getId(), ilExcCriteria\getTitle(), and ilExcCriteria\isRequired().
Here is the call graph for this function:| ilExcCriteriaBool::getHTML | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 77 of file class.ilExcCriteriaBool.php.
References $lng, and ilExcCriteria\isRequired().
Here is the call graph for this function:| ilExcCriteriaBool::getType | ( | ) |
Reimplemented from ilExcCriteria.
Definition at line 30 of file class.ilExcCriteriaBool.php.
| ilExcCriteriaBool::hasValue | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 68 of file class.ilExcCriteriaBool.php.
References ilExcCriteria\isRequired().
Here is the call graph for this function:| ilExcCriteriaBool::importFromPeerReviewForm | ( | ) |
Reimplemented from ilExcCriteria.
Definition at line 63 of file class.ilExcCriteriaBool.php.
References ilExcCriteria\getId().
Here is the call graph for this function:
|
protected |
Definition at line 16 of file class.ilExcCriteriaBool.php.
Referenced by addToPeerReviewForm(), and getHTML().