|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilExcCriteriaText. More...
Inheritance diagram for ilExcCriteriaText:
Collaboration diagram for ilExcCriteriaText: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 | ( | ) |
Constructor.
Reimplemented from ilExcCriteria.
Definition at line 24 of file class.ilExcCriteriaText.php.
References $DIC.
| ilExcCriteriaText::addToPeerReviewForm | ( | $a_value = null | ) |
Reimplemented from ilExcCriteria.
Definition at line 89 of file class.ilExcCriteriaText.php.
References $info, $input, $lng, ilExcCriteria\getDescription(), ilExcCriteria\getId(), getMinChars(), ilExcCriteria\getTitle(), and ilExcCriteria\isRequired().
Here is the call graph for this function:| ilExcCriteriaText::exportCustomForm | ( | ilPropertyFormGUI | $a_form | ) |
Reimplemented from ilExcCriteria.
Definition at line 68 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 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExcCriteriaText::getType | ( | ) |
Reimplemented from ilExcCriteria.
Definition at line 32 of file class.ilExcCriteriaText.php.
| ilExcCriteriaText::hasValue | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 139 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 77 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 111 of file class.ilExcCriteriaText.php.
| ilExcCriteriaText::initCustomForm | ( | ilPropertyFormGUI | $a_form | ) |
Reimplemented from ilExcCriteria.
Definition at line 54 of file class.ilExcCriteriaText.php.
References $lng, and ilPropertyFormGUI\addItem().
Here is the call graph for this function:| ilExcCriteriaText::setMinChars | ( | $a_value | ) |
Definition at line 37 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 116 of file class.ilExcCriteriaText.php.
References $lng, ilExcCriteria\getId(), getMinChars(), hasValue(), ilExcCriteria\isRequired(), and ilStr\strLen().
Here is the call graph for this function:
|
protected |
Definition at line 18 of file class.ilExcCriteriaText.php.
Referenced by addToPeerReviewForm(), initCustomForm(), and validate().