◆ getUIChecklistStatus()
ilProfileChecklistGUI::getUIChecklistStatus |
( |
int |
$check_list_status | ) |
|
|
protected |
Get ui checklist status.
Maps the checklist status to the UI element status.
Definition at line 86 of file class.ilProfileChecklistGUI.php.
Referenced by render().
88 switch ($check_list_status) {
89 case ChecklistStatus::STATUS_NOT_STARTED:
return Step::NOT_STARTED;
90 case ChecklistStatus::STATUS_IN_PROGRESS:
return Step::IN_PROGRESS;
91 case ChecklistStatus::STATUS_SUCCESSFUL:
return Step::SUCCESSFULLY;
◆ render()
ilProfileChecklistGUI::render |
( |
int |
$active_step | ) |
|
◆ $lng
◆ $status
◆ $ui_factory
UIFactory ilProfileChecklistGUI::$ui_factory |
|
protected |
◆ $ui_renderer
UIRenderer ilProfileChecklistGUI::$ui_renderer |
|
private |
The documentation for this class was generated from the following file: