|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilCourseLPBadgeGUI:
Collaboration diagram for ilCourseLPBadgeGUI:Public Member Functions | |
| __construct () | |
| initConfigForm (ilPropertyFormGUI $a_form, int $a_parent_ref_id) | |
| Add custom fields to form. More... | |
| importConfigToForm (ilPropertyFormGUI $a_form, array $a_config) | |
| Set form values. More... | |
| getConfigFromForm (ilPropertyFormGUI $a_form) | |
| Export values to DB. More... | |
| validateForm (ilPropertyFormGUI $a_form) | |
| Custom form validation. More... | |
| initConfigForm (ilPropertyFormGUI $a_form, int $a_parent_ref_id) | |
| Add custom fields to form. More... | |
| importConfigToForm (ilPropertyFormGUI $a_form, array $a_config) | |
| Set form values. More... | |
| getConfigFromForm (ilPropertyFormGUI $a_form) | |
| Export values to DB. More... | |
| validateForm (ilPropertyFormGUI $a_form) | |
| Custom form validation. More... | |
Static Public Member Functions | |
| static | getInvalidLPModes () |
Protected Member Functions | |
| getLPTypes (int $a_parent_ref_id) | |
Protected Attributes | |
| int | $parent_ref_id = 0 |
| ilTree | $tree |
| ilCtrlInterface | $ctrl |
| 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 Course LP badge gui
Definition at line 24 of file class.ilCourseLPBadgeGUI.php.
| ilCourseLPBadgeGUI::__construct | ( | ) |
Definition at line 32 of file class.ilCourseLPBadgeGUI.php.
References $DIC, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilCourseLPBadgeGUI::getConfigFromForm | ( | ilPropertyFormGUI | $a_form | ) |
Export values to DB.
Implements ilBadgeTypeGUI.
Definition at line 102 of file class.ilCourseLPBadgeGUI.php.
References ilPropertyFormGUI\getInput().
Here is the call graph for this function:
|
static |
Definition at line 107 of file class.ilCourseLPBadgeGUI.php.
References ilObjUserTracking\_enabledLearningProgress(), ilLPObjSettings\LP_MODE_COLLECTION, ilLPObjSettings\LP_MODE_COLLECTION_MANUAL, ilLPObjSettings\LP_MODE_COLLECTION_MOBS, ilLPObjSettings\LP_MODE_COLLECTION_TLT, ilLPObjSettings\LP_MODE_DEACTIVATED, ilLPObjSettings\LP_MODE_MANUAL, ilLPObjSettings\LP_MODE_MANUAL_BY_TUTOR, ilLPObjSettings\LP_MODE_SCORM, ilLPObjSettings\LP_MODE_UNDEFINED, and ilLPObjSettings\LP_MODE_VISITS.
Referenced by initConfigForm(), and validateForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
@noinspection PhpUndefinedMethodInspection
Definition at line 74 of file class.ilCourseLPBadgeGUI.php.
References $res, ilObjUserTracking\_enabledLearningProgress(), ilObjectLP\getTypeClass(), and ilObjectLP\isSupportedObjectType().
Referenced by initConfigForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCourseLPBadgeGUI::importConfigToForm | ( | ilPropertyFormGUI | $a_form, |
| array | $a_config | ||
| ) |
Set form values.
Implements ilBadgeTypeGUI.
Definition at line 94 of file class.ilCourseLPBadgeGUI.php.
References ilPropertyFormGUI\getItemByPostVar().
Here is the call graph for this function:| ilCourseLPBadgeGUI::initConfigForm | ( | ilPropertyFormGUI | $a_form, |
| int | $a_parent_ref_id | ||
| ) |
Add custom fields to form.
Implements ilBadgeTypeGUI.
Definition at line 42 of file class.ilCourseLPBadgeGUI.php.
References ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilPropertyFormGUI\addItem(), ilObjectLP\getInstance(), getInvalidLPModes(), getLPTypes(), ILIAS\Repository\int(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilCourseLPBadgeGUI::validateForm | ( | ilPropertyFormGUI | $a_form | ) |
Custom form validation.
Implements ilBadgeTypeGUI.
Definition at line 147 of file class.ilCourseLPBadgeGUI.php.
References $ref_id, ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilPropertyFormGUI\getInput(), ilObjectLP\getInstance(), getInvalidLPModes(), ilPropertyFormGUI\getItemByPostVar(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 29 of file class.ilCourseLPBadgeGUI.php.
|
protected |
Definition at line 30 of file class.ilCourseLPBadgeGUI.php.
|
protected |
Definition at line 26 of file class.ilCourseLPBadgeGUI.php.
|
protected |
Definition at line 28 of file class.ilCourseLPBadgeGUI.php.