ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Additional Inherited Members | |
![]() | |
static | getInstanceById (int $a_id) |
static | getInstancesByParentId (int $a_parent_id) |
static | getTypesMap () |
static | getInstanceByType (string $a_type) |
static | deleteByParent (int $a_parent_id) |
![]() | |
setId (?int $a_id) | |
setDefinition (?array $a_value=null) | |
getDefinition () | |
importFromDB (array $a_row) | |
getDBProperties () | |
getLastPosition () | |
![]() | |
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 | ) |
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().
ilExcCriteriaText::exportCustomForm | ( | ilPropertyFormGUI | $a_form | ) |
Definition at line 65 of file class.ilExcCriteriaText.php.
References ilPropertyFormGUI\getItemByPostVar(), and getMinChars().
ilExcCriteriaText::getHTML | ( | $a_value | ) |
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().
ilExcCriteriaText::getType | ( | ) |
Definition at line 27 of file class.ilExcCriteriaText.php.
ilExcCriteriaText::hasValue | ( | $a_value | ) |
Definition at line 135 of file class.ilExcCriteriaText.php.
Referenced by validate().
ilExcCriteriaText::importCustomForm | ( | ilPropertyFormGUI | $a_form | ) |
Definition at line 74 of file class.ilExcCriteriaText.php.
References ilPropertyFormGUI\getInput(), ilExcCriteria\setDefinition(), and setMinChars().
ilExcCriteriaText::importFromPeerReviewForm | ( | ) |
Definition at line 108 of file class.ilExcCriteriaText.php.
References ILIAS\Repository\form().
ilExcCriteriaText::initCustomForm | ( | ilPropertyFormGUI | $a_form | ) |
Definition at line 51 of file class.ilExcCriteriaText.php.
References ilExcCriteria\$lng, ilPropertyFormGUI\addItem(), ilFormPropertyGUI\setInfo(), and ilLanguage\txt().
ilExcCriteriaText::setMinChars | ( | int | $a_value | ) |
Definition at line 32 of file class.ilExcCriteriaText.php.
References ilExcCriteria\setDefinition().
Referenced by importCustomForm().
ilExcCriteriaText::validate | ( | $a_value | ) |
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().