ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilExcCriteriaText. More...
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 () | |
Protected Attributes inherited from ilExcCriteria | |
$id | |
$parent | |
$title | |
$desc | |
$required | |
$pos | |
$def | |
$form | |
$ass | |
$giver_id | |
$peer_id | |
Class ilExcCriteriaText.
Definition at line 13 of file class.ilExcCriteriaText.php.
ilExcCriteriaText::addToPeerReviewForm | ( | $a_value = null | ) |
Definition at line 75 of file class.ilExcCriteriaText.php.
References $info, $lng, array, ilExcCriteria\getDescription(), ilExcCriteria\getId(), getMinChars(), ilExcCriteria\getTitle(), and ilExcCriteria\isRequired().
ilExcCriteriaText::exportCustomForm | ( | ilPropertyFormGUI | $a_form | ) |
Definition at line 52 of file class.ilExcCriteriaText.php.
References ilPropertyFormGUI\getItemByPostVar(), and getMinChars().
ilExcCriteriaText::getHTML | ( | $a_value | ) |
Definition at line 136 of file class.ilExcCriteriaText.php.
ilExcCriteriaText::getMinChars | ( | ) |
Definition at line 25 of file class.ilExcCriteriaText.php.
References ilExcCriteria\$def, and ilExcCriteria\getDefinition().
Referenced by addToPeerReviewForm(), exportCustomForm(), and validate().
ilExcCriteriaText::getType | ( | ) |
Definition at line 15 of file class.ilExcCriteriaText.php.
ilExcCriteriaText::hasValue | ( | $a_value | ) |
Definition at line 131 of file class.ilExcCriteriaText.php.
Referenced by validate().
ilExcCriteriaText::importCustomForm | ( | ilPropertyFormGUI | $a_form | ) |
Definition at line 62 of file class.ilExcCriteriaText.php.
References ilPropertyFormGUI\getInput(), ilExcCriteria\setDefinition(), and setMinChars().
ilExcCriteriaText::importFromPeerReviewForm | ( | ) |
Definition at line 99 of file class.ilExcCriteriaText.php.
ilExcCriteriaText::initCustomForm | ( | ilPropertyFormGUI | $a_form | ) |
Definition at line 38 of file class.ilExcCriteriaText.php.
References $lng, ilPropertyFormGUI\addItem(), and ilFormPropertyGUI\setInfo().
ilExcCriteriaText::setMinChars | ( | $a_value | ) |
Definition at line 20 of file class.ilExcCriteriaText.php.
References array, and ilExcCriteria\setDefinition().
Referenced by importCustomForm().
ilExcCriteriaText::validate | ( | $a_value | ) |
Definition at line 104 of file class.ilExcCriteriaText.php.
References $lng, ilExcCriteria\getId(), getMinChars(), hasValue(), ilExcCriteria\isRequired(), and ilStr\strLen().