ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilStudyProgrammeProgressListGUI. More...
Public Member Functions | |
__construct (ilStudyProgrammeProgress $a_progress) | |
getHTML () | |
setShowInfoMessage ($show_info_mesage) | |
setVisibleOnPDMode ($visible_on_pd_mode) | |
setOnlyRelevant ($only_relevant) | |
Data Fields | |
const | SUCCESSFUL_PROGRESS_CSS_CLASS = "ilCourseObjectiveProgressBarCompleted" |
const | NON_SUCCESSFUL_PROGRESS_CSS_CLASS = "ilCourseObjectiveProgressBarNeutral" |
Protected Member Functions | |
fillTemplate ($tpl) | |
getTitleForItem (ilObjStudyProgramme $a_programme) | |
getTemplate ($a_component, $a_file, $a_remove_unknown_vars, $a_remove_empty_blocks) | |
getIconPath ($a_obj_id) | |
getAltIcon ($a_obj_id) | |
getTitleAndIconTarget (ilStudyProgrammeProgress $a_progress) | |
buildProgressBar (ilStudyProgrammeProgress $a_progress) | |
buildToolTip (ilStudyProgrammeProgress $a_progress) | |
buildProgressStatus (ilStudyProgrammeProgress $a_progress) | |
showMoreObjectsInfo ($programme) | |
Protected Attributes | |
$il_lng | |
$il_ctrl | |
$progress | |
$html | |
$show_info_mesage | |
$visible_on_pd_mode | |
$only_relevant = false | |
Static Protected Attributes | |
static | $tpl_file = "tpl.progress_list_item.html" |
Class ilStudyProgrammeProgressListGUI.
Definition at line 13 of file class.ilStudyProgrammeProgressListGUI.php.
ilStudyProgrammeProgressListGUI::__construct | ( | ilStudyProgrammeProgress | $a_progress | ) |
Definition at line 55 of file class.ilStudyProgrammeProgressListGUI.php.
|
protected |
Definition at line 147 of file class.ilStudyProgrammeProgressListGUI.php.
References buildProgressStatus(), buildToolTip(), ilStudyProgrammeProgress\getAmountOfPoints(), ilStudyProgrammeProgress\getCurrentAmountOfPoints(), ilStudyProgrammeProgress\getId(), ilObjStudyProgramme\getInstanceByObjId(), ilStudyProgrammeProgress\getNodeId(), ilStudyProgrammeProgress\isSuccessful(), and ilContainerObjectiveGUI\renderProgressBar().
Referenced by fillTemplate().
|
protected |
Definition at line 197 of file class.ilStudyProgrammeProgressListGUI.php.
References ilStudyProgrammeProgress\getAmountOfPoints(), ilStudyProgrammeProgress\getCurrentAmountOfPoints(), ilObjStudyProgramme\getInstanceByObjId(), and ilStudyProgrammeProgress\getNodeId().
Referenced by buildProgressBar().
|
protected |
Definition at line 188 of file class.ilStudyProgrammeProgressListGUI.php.
References ilStudyProgrammeProgress\getAmountOfPoints(), and ilStudyProgrammeProgress\getCurrentAmountOfPoints().
Referenced by buildProgressBar().
|
protected |
Definition at line 81 of file class.ilStudyProgrammeProgressListGUI.php.
References $tpl, buildProgressBar(), getAltIcon(), getIconPath(), ilObjStudyProgramme\getInstanceByObjId(), getTitleAndIconTarget(), getTitleForItem(), and showMoreObjectsInfo().
Referenced by getHTML().
|
protected |
Definition at line 132 of file class.ilStudyProgrammeProgressListGUI.php.
Referenced by fillTemplate().
ilStudyProgrammeProgressListGUI::getHTML | ( | ) |
Definition at line 71 of file class.ilStudyProgrammeProgressListGUI.php.
References $html, $tpl, fillTemplate(), and getTemplate().
|
protected |
Definition at line 127 of file class.ilStudyProgrammeProgressListGUI.php.
References ilObject\_getIcon().
Referenced by fillTemplate().
|
protected |
Definition at line 122 of file class.ilStudyProgrammeProgressListGUI.php.
Referenced by getHTML().
|
protected |
Definition at line 137 of file class.ilStudyProgrammeProgressListGUI.php.
References ilStudyProgrammeProgress\getId().
Referenced by fillTemplate().
|
protected |
Definition at line 117 of file class.ilStudyProgrammeProgressListGUI.php.
References ilObject\getTitle().
Referenced by fillTemplate().
ilStudyProgrammeProgressListGUI::setOnlyRelevant | ( | $only_relevant | ) |
Definition at line 228 of file class.ilStudyProgrammeProgressListGUI.php.
References $only_relevant.
ilStudyProgrammeProgressListGUI::setShowInfoMessage | ( | $show_info_mesage | ) |
Definition at line 218 of file class.ilStudyProgrammeProgressListGUI.php.
References $show_info_mesage.
ilStudyProgrammeProgressListGUI::setVisibleOnPDMode | ( | $visible_on_pd_mode | ) |
Definition at line 223 of file class.ilStudyProgrammeProgressListGUI.php.
References $visible_on_pd_mode.
|
protected |
Definition at line 233 of file class.ilStudyProgrammeProgressListGUI.php.
References ilObjStudyProgrammeAdmin\SETTING_VISIBLE_ON_PD_ALLWAYS.
Referenced by fillTemplate().
|
protected |
Definition at line 38 of file class.ilStudyProgrammeProgressListGUI.php.
Referenced by getHTML().
|
protected |
Definition at line 28 of file class.ilStudyProgrammeProgressListGUI.php.
|
protected |
Definition at line 23 of file class.ilStudyProgrammeProgressListGUI.php.
|
protected |
Definition at line 53 of file class.ilStudyProgrammeProgressListGUI.php.
Referenced by setOnlyRelevant().
|
protected |
Definition at line 33 of file class.ilStudyProgrammeProgressListGUI.php.
Referenced by ilStudyProgrammeExpandableProgressListGUI\getAccordionContentProgressesHTML().
|
protected |
Definition at line 43 of file class.ilStudyProgrammeProgressListGUI.php.
Referenced by setShowInfoMessage().
|
staticprotected |
Definition at line 15 of file class.ilStudyProgrammeProgressListGUI.php.
|
protected |
Definition at line 48 of file class.ilStudyProgrammeProgressListGUI.php.
Referenced by setVisibleOnPDMode().
const ilStudyProgrammeProgressListGUI::NON_SUCCESSFUL_PROGRESS_CSS_CLASS = "ilCourseObjectiveProgressBarNeutral" |
Definition at line 18 of file class.ilStudyProgrammeProgressListGUI.php.
const ilStudyProgrammeProgressListGUI::SUCCESSFUL_PROGRESS_CSS_CLASS = "ilCourseObjectiveProgressBarCompleted" |
Definition at line 17 of file class.ilStudyProgrammeProgressListGUI.php.