ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Builds the overview (curriculum) of a LearningSequence. More...
Public Member Functions | |
__construct (array $ls_items, ILIAS\UI\Factory $ui_factory, ilLanguage $language, string $goto_command, LSUrlBuilder $url_builder=null) | |
getLearnerCurriculum (bool $with_action=false) | |
Protected Member Functions | |
translateLPStatus (int $il_lp_status) | |
Builds the overview (curriculum) of a LearningSequence.
Definition at line 10 of file class.ilLSCurriculumBuilder.php.
ilLSCurriculumBuilder::__construct | ( | array | $ls_items, |
ILIAS\UI\Factory | $ui_factory, | ||
ilLanguage | $language, | ||
string | $goto_command, | ||
LSUrlBuilder | $url_builder = null |
||
) |
ilLSCurriculumBuilder::getLearnerCurriculum | ( | bool | $with_action = false | ) |
Definition at line 26 of file class.ilLSCurriculumBuilder.php.
References $action, $steps, and translateLPStatus().
|
protected |
Definition at line 69 of file class.ilLSCurriculumBuilder.php.
References ILIAS\UI\Component\Listing\Workflow\Step\IN_PROGRESS, ILIAS\UI\Component\Listing\Workflow\Step\NOT_STARTED, ILIAS\UI\Component\Listing\Workflow\Step\SUCCESSFULLY, and ILIAS\UI\Component\Listing\Workflow\Step\UNSUCCESSFULLY.
Referenced by getLearnerCurriculum().