ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Text type gui implementations. More...
Public Member Functions | |||||||
__construct () | |||||||
Constructor. More... | |||||||
addEditFormCustomProperties (ilPropertyFormGUI $form) | |||||||
Add custom form properties to edit form.
| |||||||
importFormToAssignment (ilExAssignment $a_ass, ilPropertyFormGUI $a_form) | |||||||
Get values from form and put them into assignment.
| |||||||
getFormValuesArray (ilExAssignment $ass) | |||||||
Get form values array from assignment.
| |||||||
getOverviewContent (ilInfoScreenGUI $a_info, ilExSubmission $a_submission) | |||||||
Add overview content of submission to info screen object.
| |||||||
![]() | |||||||
setSubmission (ilExSubmission $a_submission) | |||||||
Set submission. More... | |||||||
setExercise (ilObjExercise $a_exercise) | |||||||
Set exercise. More... | |||||||
Protected Attributes | |
$lng | |
Text type gui implementations.
Definition at line 10 of file class.ilExAssTypeTextGUI.php.
ilExAssTypeTextGUI::__construct | ( | ) |
ilExAssTypeTextGUI::addEditFormCustomProperties | ( | ilPropertyFormGUI | $form | ) |
Add custom form properties to edit form.
ilPropertyFormGUI | $form |
Implements ilExAssignmentTypeGUIInterface.
Definition at line 32 of file class.ilExAssTypeTextGUI.php.
References $_POST, $lng, ilPropertyFormGUI\addItem(), and ilNumberInputGUI\allowDecimals().
ilExAssTypeTextGUI::getFormValuesArray | ( | ilExAssignment | $ass | ) |
Get form values array from assignment.
ilExAssignment | $ass |
Implements ilExAssignmentTypeGUIInterface.
Definition at line 73 of file class.ilExAssTypeTextGUI.php.
References ilExAssignment\getMaxCharLimit(), and ilExAssignment\getMinCharLimit().
ilExAssTypeTextGUI::getOverviewContent | ( | ilInfoScreenGUI | $a_info, |
ilExSubmission | $a_submission | ||
) |
Add overview content of submission to info screen object.
ilInfoScreenGUI | $a_info | |
ilExSubmission | $a_submission |
Implements ilExAssignmentTypeGUIInterface.
Definition at line 91 of file class.ilExAssTypeTextGUI.php.
ilExAssTypeTextGUI::importFormToAssignment | ( | ilExAssignment | $a_ass, |
ilPropertyFormGUI | $a_form | ||
) |
Get values from form and put them into assignment.
ilExAssignment | $ass | |
ilPropertyFormGUI | $form |
Implements ilExAssignmentTypeGUIInterface.
Definition at line 58 of file class.ilExAssTypeTextGUI.php.
References ilPropertyFormGUI\getInput(), ilExAssignment\setMaxCharLimit(), and ilExAssignment\setMinCharLimit().
|
protected |
Definition at line 17 of file class.ilExAssTypeTextGUI.php.
Referenced by addEditFormCustomProperties().