|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Blog type gui implementations. More...
Inheritance diagram for ilExAssTypeBlogGUI:
Collaboration diagram for ilExAssTypeBlogGUI:Public Member Functions | |||||||
| addEditFormCustomProperties (ilPropertyFormGUI $form) | |||||||
Add custom form properties to edit form.
| |||||||
| importFormToAssignment (ilExAssignment $ass, ilPropertyFormGUI $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.
| |||||||
Public Member Functions inherited from ilExAssignmentTypeGUIInterface | |||||||
| addEditFormCustomProperties (ilPropertyFormGUI $form) | |||||||
| Add custom form properties to edit form. More... | |||||||
| importFormToAssignment (ilExAssignment $ass, ilPropertyFormGUI $form) | |||||||
| Get values from form and put them into assignment. More... | |||||||
| getFormValuesArray (ilExAssignment $ass) | |||||||
| Get form values array from assignment. More... | |||||||
| getOverviewContent (ilInfoScreenGUI $a_info, ilExSubmission $a_submission) | |||||||
| Add overview content of submission to info screen object. More... | |||||||
| setSubmission (ilExSubmission $a_submission) | |||||||
| Set submission. More... | |||||||
| setExercise (ilObjExercise $a_exercise) | |||||||
| Set exercise. More... | |||||||
Blog type gui implementations.
Definition at line 10 of file class.ilExAssTypeBlogGUI.php.
| ilExAssTypeBlogGUI::addEditFormCustomProperties | ( | ilPropertyFormGUI | $form | ) |
Add custom form properties to edit form.
| ilPropertyFormGUI | $form |
Implements ilExAssignmentTypeGUIInterface.
Definition at line 17 of file class.ilExAssTypeBlogGUI.php.
| ilExAssTypeBlogGUI::getFormValuesArray | ( | ilExAssignment | $ass | ) |
Get form values array from assignment.
| ilExAssignment | $ass |
Implements ilExAssignmentTypeGUIInterface.
Definition at line 31 of file class.ilExAssTypeBlogGUI.php.
| ilExAssTypeBlogGUI::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 39 of file class.ilExAssTypeBlogGUI.php.
| ilExAssTypeBlogGUI::importFormToAssignment | ( | ilExAssignment | $ass, |
| ilPropertyFormGUI | $form | ||
| ) |
Get values from form and put them into assignment.
| ilExAssignment | $ass | |
| ilPropertyFormGUI | $form |
Implements ilExAssignmentTypeGUIInterface.
Definition at line 24 of file class.ilExAssTypeBlogGUI.php.