ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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... | |
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 25 of file class.ilCourseLPBadgeGUI.php.
ilCourseLPBadgeGUI::__construct | ( | ) |
Definition at line 33 of file class.ilCourseLPBadgeGUI.php.
References $DIC, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
ilCourseLPBadgeGUI::getConfigFromForm | ( | ilPropertyFormGUI | $a_form | ) |
Export values to DB.
Implements ilBadgeTypeGUI.
Definition at line 101 of file class.ilCourseLPBadgeGUI.php.
References ilPropertyFormGUI\getInput().
|
static |
Definition at line 106 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_BY_TUTOR, ilLPObjSettings\LP_MODE_SCORM, ilLPObjSettings\LP_MODE_UNDEFINED, and ilLPObjSettings\LP_MODE_VISITS.
Referenced by initConfigForm().
|
protected |
PhpUndefinedMethodInspection
Definition at line 73 of file class.ilCourseLPBadgeGUI.php.
References $res, ilObjUserTracking\_enabledLearningProgress(), ilObjectLP\getTypeClass(), and ilObjectLP\isSupportedObjectType().
Referenced by initConfigForm().
ilCourseLPBadgeGUI::importConfigToForm | ( | ilPropertyFormGUI | $a_form, |
array | $a_config | ||
) |
Set form values.
Implements ilBadgeTypeGUI.
Definition at line 93 of file class.ilCourseLPBadgeGUI.php.
References ilPropertyFormGUI\getItemByPostVar().
ilCourseLPBadgeGUI::initConfigForm | ( | ilPropertyFormGUI | $a_form, |
int | $a_parent_ref_id | ||
) |
Add custom fields to form.
Implements ilBadgeTypeGUI.
Definition at line 43 of file class.ilCourseLPBadgeGUI.php.
References ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilPropertyFormGUI\addItem(), ilObjectLP\getInstance(), getInvalidLPModes(), getLPTypes(), ILIAS\Repository\lng(), and ilRepositorySelector2InputGUI\setTitleModifier().
ilCourseLPBadgeGUI::validateForm | ( | ilPropertyFormGUI | $a_form | ) |
Custom form validation.
Implements ilBadgeTypeGUI.
Definition at line 145 of file class.ilCourseLPBadgeGUI.php.
References $ref_id, ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilPropertyFormGUI\getInput(), ilObjectLP\getInstance(), ilPropertyFormGUI\getItemByPostVar(), and ILIAS\Repository\lng().
|
protected |
Definition at line 30 of file class.ilCourseLPBadgeGUI.php.
|
protected |
Definition at line 31 of file class.ilCourseLPBadgeGUI.php.
|
protected |
Definition at line 27 of file class.ilCourseLPBadgeGUI.php.
|
protected |
Definition at line 29 of file class.ilCourseLPBadgeGUI.php.