ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilExcCriteriaText. More...
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 ilExcCriteriaText.
Definition at line 13 of file class.ilExcCriteriaText.php.
ilExcCriteriaText::__construct | ( | ) |
ilExcCriteriaText::addToPeerReviewForm | ( | $a_value = null | ) |
Definition at line 89 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 68 of file class.ilExcCriteriaText.php.
References ilPropertyFormGUI\getItemByPostVar(), and getMinChars().
ilExcCriteriaText::getHTML | ( | $a_value | ) |
Definition at line 144 of file class.ilExcCriteriaText.php.
ilExcCriteriaText::getMinChars | ( | ) |
Definition at line 42 of file class.ilExcCriteriaText.php.
References ilExcCriteria\$def, and ilExcCriteria\getDefinition().
Referenced by addToPeerReviewForm(), exportCustomForm(), and validate().
ilExcCriteriaText::getType | ( | ) |
Definition at line 32 of file class.ilExcCriteriaText.php.
ilExcCriteriaText::hasValue | ( | $a_value | ) |
Definition at line 139 of file class.ilExcCriteriaText.php.
Referenced by validate().
ilExcCriteriaText::importCustomForm | ( | ilPropertyFormGUI | $a_form | ) |
Definition at line 77 of file class.ilExcCriteriaText.php.
References ilPropertyFormGUI\getInput(), ilExcCriteria\setDefinition(), and setMinChars().
ilExcCriteriaText::importFromPeerReviewForm | ( | ) |
Definition at line 111 of file class.ilExcCriteriaText.php.
ilExcCriteriaText::initCustomForm | ( | ilPropertyFormGUI | $a_form | ) |
Definition at line 54 of file class.ilExcCriteriaText.php.
References $lng, ilPropertyFormGUI\addItem(), and ilFormPropertyGUI\setInfo().
ilExcCriteriaText::setMinChars | ( | $a_value | ) |
Definition at line 37 of file class.ilExcCriteriaText.php.
References array, and ilExcCriteria\setDefinition().
Referenced by importCustomForm().
ilExcCriteriaText::validate | ( | $a_value | ) |
Definition at line 116 of file class.ilExcCriteriaText.php.
References $lng, ilExcCriteria\getId(), getMinChars(), hasValue(), ilExcCriteria\isRequired(), and ilStr\strLen().
|
protected |
Definition at line 18 of file class.ilExcCriteriaText.php.
Referenced by addToPeerReviewForm(), initCustomForm(), and validate().