|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 11 of file class.ilExcCriteriaText.php.
| ilExcCriteriaText::__construct | ( | ) |
Constructor.
Reimplemented from ilExcCriteria.
Definition at line 22 of file class.ilExcCriteriaText.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilExcCriteriaText::addToPeerReviewForm | ( | $a_value = null | ) |
Reimplemented from ilExcCriteria.
Definition at line 87 of file class.ilExcCriteriaText.php.
References $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 66 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 141 of file class.ilExcCriteriaText.php.
| ilExcCriteriaText::getMinChars | ( | ) |
Definition at line 40 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 30 of file class.ilExcCriteriaText.php.
| ilExcCriteriaText::hasValue | ( | $a_value | ) |
Reimplemented from ilExcCriteria.
Definition at line 136 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 75 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 109 of file class.ilExcCriteriaText.php.
| ilExcCriteriaText::initCustomForm | ( | ilPropertyFormGUI | $a_form | ) |
Reimplemented from ilExcCriteria.
Definition at line 52 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 35 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 114 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 16 of file class.ilExcCriteriaText.php.
Referenced by addToPeerReviewForm(), initCustomForm(), and validate().