|
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 ilExcCriteriaText:
Collaboration diagram for ilExcCriteriaText: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 ilExcCriteriaText
Definition at line 25 of file class.ilExcCriteriaText.php.
| ilExcCriteriaText::addToPeerReviewForm | ( | $a_value = null | ) |
Reimplemented from ilExcCriteria.
Definition at line 86 of file class.ilExcCriteriaText.php.
References ilExcCriteria\$lng, ILIAS\Repository\form(), ilExcCriteria\getDescription(), ilExcCriteria\getId(), getMinChars(), ilExcCriteria\getTitle(), ilExcCriteria\isRequired(), and ilLanguage\txt().
Here is the call graph for this function:| ilExcCriteriaText::exportCustomForm | ( | ilPropertyFormGUI | $a_form | ) |
Reimplemented from ilExcCriteria.
Definition at line 65 of file class.ilExcCriteriaText.php.
References ilPropertyFormGUI\getItemByPostVar(), and getMinChars().
Here is the call graph for this function:| ilExcCriteriaText::getHTML | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 140 of file class.ilExcCriteriaText.php.
| ilExcCriteriaText::getMinChars | ( | ) |
Definition at line 37 of file class.ilExcCriteriaText.php.
References ilExcCriteria\$def, and ilExcCriteria\getDefinition().
Referenced by addToPeerReviewForm(), exportCustomForm(), and validate().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcCriteriaText::getType | ( | ) |
Reimplemented from ilExcCriteria.
Definition at line 27 of file class.ilExcCriteriaText.php.
| ilExcCriteriaText::hasValue | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 135 of file class.ilExcCriteriaText.php.
Referenced by validate().
Here is the caller graph for this function:| ilExcCriteriaText::importCustomForm | ( | ilPropertyFormGUI | $a_form | ) |
Reimplemented from ilExcCriteria.
Definition at line 74 of file class.ilExcCriteriaText.php.
References ilPropertyFormGUI\getInput(), ilExcCriteria\setDefinition(), and setMinChars().
Here is the call graph for this function:| ilExcCriteriaText::importFromPeerReviewForm | ( | ) |
Reimplemented from ilExcCriteria.
Definition at line 108 of file class.ilExcCriteriaText.php.
References ILIAS\Repository\form().
Here is the call graph for this function:| ilExcCriteriaText::initCustomForm | ( | ilPropertyFormGUI | $a_form | ) |
Reimplemented from ilExcCriteria.
Definition at line 51 of file class.ilExcCriteriaText.php.
References ilExcCriteria\$lng, ilPropertyFormGUI\addItem(), and ilLanguage\txt().
Here is the call graph for this function:| ilExcCriteriaText::setMinChars | ( | int | $a_value | ) |
Definition at line 32 of file class.ilExcCriteriaText.php.
References ilExcCriteria\setDefinition().
Referenced by importCustomForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcCriteriaText::validate | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 113 of file class.ilExcCriteriaText.php.
References ilExcCriteria\$lng, ILIAS\Repository\form(), ilExcCriteria\getId(), getMinChars(), hasValue(), ilExcCriteria\isRequired(), ilStr\strLen(), and ilLanguage\txt().
Here is the call graph for this function: