|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilExAssTypePortfolioGUI:
Collaboration diagram for ilExAssTypePortfolioGUI:Protected Attributes | |
| ilLanguage | $lng |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Portfolio type gui implementations
Definition at line 24 of file class.ilExAssTypePortfolioGUI.php.
| ilExAssTypePortfolioGUI::__construct | ( | protected \ILIAS\Exercise\InternalDomainService | $domain, |
| protected \ILIAS\Exercise\InternalGUIService | $gui | ||
| ) |
Definition at line 30 of file class.ilExAssTypePortfolioGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilExAssTypePortfolioGUI::addEditFormCustomProperties | ( | ilPropertyFormGUI | $form | ) |
Add custom form properties to edit form.
Implements ilExAssignmentTypeGUIInterface.
Definition at line 40 of file class.ilExAssTypePortfolioGUI.php.
References $lng, ilPropertyFormGUI\addItem(), and ilLanguage\txt().
Here is the call graph for this function:| ilExAssTypePortfolioGUI::buildSubmissionPropertiesAndActions | ( | \ILIAS\Exercise\Assignment\PropertyAndActionBuilderUI | $builder | ) |
Implements ilExAssignmentTypeGUIInterface.
Definition at line 88 of file class.ilExAssTypePortfolioGUI.php.
References $DIC, Vendor\Package\$f, $lng, $ref_id, $service, ilObject\_exists(), ilObjPortfolio\getPortfoliosOfUser(), getSubmission(), ILIAS\Repository\int(), and ilLanguage\txt().
Here is the call graph for this function:| ilExAssTypePortfolioGUI::getFormValuesArray | ( | ilExAssignment | $ass | ) |
Get form values array from assignment.
Implements ilExAssignmentTypeGUIInterface.
Definition at line 71 of file class.ilExAssTypePortfolioGUI.php.
References ilExAssignment\getPortfolioTemplateId().
Here is the call graph for this function:| ilExAssTypePortfolioGUI::getOverviewContent | ( | ilInfoScreenGUI | $a_info, |
| ilExSubmission | $a_submission | ||
| ) |
Add overview content of submission to info screen object.
Implements ilExAssignmentTypeGUIInterface.
Definition at line 84 of file class.ilExAssTypePortfolioGUI.php.
| ilExAssTypePortfolioGUI::importFormToAssignment | ( | ilExAssignment | $ass, |
| ilPropertyFormGUI | $form | ||
| ) |
Get values from form and put them into assignment.
Implements ilExAssignmentTypeGUIInterface.
Definition at line 63 of file class.ilExAssTypePortfolioGUI.php.
References ilPropertyFormGUI\getInput(), and ilExAssignment\setPortfolioTemplateId().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file class.ilExAssTypePortfolioGUI.php.
Referenced by addEditFormCustomProperties(), and buildSubmissionPropertiesAndActions().