ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
render (int $active_step) | |
Protected Member Functions | |
getUIChecklistStatus (int $check_list_status) | |
Get ui checklist status. More... | |
Protected Attributes | |
UIFactory | $ui_factory |
ChecklistStatus | $status |
Language | $lng |
Private Attributes | |
UIRenderer | $ui_renderer |
Definition at line 31 of file class.ChecklistGUI.php.
|
protected |
Get ui checklist status.
Maps the checklist status to the UI element status.
Definition at line 85 of file class.ChecklistGUI.php.
References ILIAS\UI\Component\Listing\Workflow\Step\IN_PROGRESS, ILIAS\UI\Component\Listing\Workflow\Step\NOT_STARTED, ILIAS\User\Profile\ChecklistStatus\STATUS_IN_PROGRESS, ILIAS\User\Profile\ChecklistStatus\STATUS_NOT_STARTED, ILIAS\User\Profile\ChecklistStatus\STATUS_SUCCESSFUL, and ILIAS\UI\Component\Listing\Workflow\Step\SUCCESSFULLY.
Referenced by ILIAS\User\Profile\ChecklistGUI\render().
ILIAS\User\Profile\ChecklistGUI::render | ( | int | $active_step | ) |
Definition at line 55 of file class.ChecklistGUI.php.
References ILIAS\User\Profile\ChecklistGUI\$status, $txt, ILIAS\User\Profile\ChecklistStatus\getStatus(), ILIAS\User\Profile\ChecklistStatus\getStatusDetails(), ILIAS\User\Profile\ChecklistGUI\getUIChecklistStatus(), and ILIAS\Repository\lng().
|
protected |
Definition at line 36 of file class.ChecklistGUI.php.
|
protected |
Definition at line 35 of file class.ChecklistGUI.php.
Referenced by ILIAS\User\Profile\ChecklistGUI\render().
|
protected |
Definition at line 33 of file class.ChecklistGUI.php.
|
private |
Definition at line 34 of file class.ChecklistGUI.php.