|
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...
Inheritance diagram for ilExcCriteriaBool:
Collaboration diagram for ilExcCriteriaBool:Public Member Functions | |
| getType () | |
| addToPeerReviewForm ($a_value=null) | |
| importFromPeerReviewForm () | |
| hasValue ($a_value) | |
| getHTML ($a_value) | |
Public Member Functions inherited from ilExcCriteria | |
| __construct () | |
| getTranslatedType () | |
| getId () | |
| getType () | |
| setParent (?int $a_value) | |
| getParent () | |
| setTitle (?string $a_value) | |
| getTitle () | |
| setDescription (?string $a_value) | |
| getDescription () | |
| setRequired (bool $a_value) | |
| isRequired () | |
| setPosition (int $a_value) | |
| getPosition () | |
| importDefinition (string $a_def, string $a_def_json) | |
| save () | |
| update () | |
| delete () | |
| cloneObject (int $a_target_parent_id) | |
| initCustomForm (ilPropertyFormGUI $a_form) | |
| exportCustomForm (ilPropertyFormGUI $a_form) | |
| importCustomForm (ilPropertyFormGUI $a_form) | |
| setPeerReviewContext (ilExAssignment $a_ass, int $a_giver_id, int $a_peer_id, ilPropertyFormGUI $a_form=null) | |
| addToPeerReviewForm ($a_value=null) | |
| importFromPeerReviewForm () | |
| updateFromAjax () | |
| validate ($a_value) | |
| hasValue ($a_value) | |
| getHTML ($a_value) | |
| resetReview () | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilExcCriteria | |
| static | getInstanceById (int $a_id) |
| static | getInstancesByParentId (int $a_parent_id) |
| static | getTypesMap () |
| static | getInstanceByType (string $a_type) |
| static | deleteByParent (int $a_parent_id) |
Protected Member Functions inherited from ilExcCriteria | |
| setId (?int $a_id) | |
| setDefinition (?array $a_value=null) | |
| getDefinition () | |
| importFromDB (array $a_row) | |
| getDBProperties () | |
| getLastPosition () | |
Protected Attributes inherited from ilExcCriteria | |
| ilLanguage | $lng |
| ilCtrl | $ctrl |
| ilDBInterface | $db |
| int | $id = null |
| int | $parent = null |
| string | $title = "" |
| string | $desc = "" |
| bool | $required = false |
| int | $pos = 0 |
| array | $def = null |
| ilPropertyFormGUI | $form = null |
| ilExAssignment | $ass |
| int | $giver_id = 0 |
| int | $peer_id = 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 ilExcCriteriaBool
Definition at line 25 of file class.ilExcCriteriaBool.php.
| ilExcCriteriaBool::addToPeerReviewForm | ( | $a_value = null | ) |
Reimplemented from ilExcCriteria.
Definition at line 35 of file class.ilExcCriteriaBool.php.
References ilExcCriteria\$lng, ILIAS\Repository\form(), ilExcCriteria\getDescription(), ilExcCriteria\getId(), ilExcCriteria\getTitle(), ilExcCriteria\isRequired(), and ilLanguage\txt().
Here is the call graph for this function:| ilExcCriteriaBool::getHTML | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 74 of file class.ilExcCriteriaBool.php.
References ilExcCriteria\$lng, ilExcCriteria\isRequired(), and ilLanguage\txt().
Here is the call graph for this function:| ilExcCriteriaBool::getType | ( | ) |
Reimplemented from ilExcCriteria.
Definition at line 27 of file class.ilExcCriteriaBool.php.
| ilExcCriteriaBool::hasValue | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 65 of file class.ilExcCriteriaBool.php.
References ilExcCriteria\isRequired().
Here is the call graph for this function:| ilExcCriteriaBool::importFromPeerReviewForm | ( | ) |
Reimplemented from ilExcCriteria.
Definition at line 60 of file class.ilExcCriteriaBool.php.
References ILIAS\Repository\form(), and ilExcCriteria\getId().
Here is the call graph for this function: