|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\User\Profile\ChecklistGUI: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().
Here is the caller graph for this function:| ILIAS\User\Profile\ChecklistGUI::render | ( | int | $active_step | ) |
Definition at line 55 of file class.ChecklistGUI.php.
References ILIAS\User\Profile\ChecklistGUI\$status, ILIAS\User\Profile\ChecklistStatus\getStatus(), ILIAS\User\Profile\ChecklistStatus\getStatusDetails(), ILIAS\User\Profile\ChecklistGUI\getUIChecklistStatus(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
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.