|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for ilLPObjectStatisticsGUI:
Collaboration diagram for ilLPObjectStatisticsGUI:Public Member Functions | |
| __construct ($a_mode, $a_ref_id=0) | |
| executeCommand () | |
| execute command More... | |
| applyAccessFilter () | |
| resetAccessFilter () | |
| accessFilter () | |
| access ($a_load_data=true) | |
| showAccessGraph () | |
| applyTypesFilter () | |
| resetTypesFilter () | |
| typesFilter () | |
| types ($a_load_data=true) | |
| showTypesGraph () | |
| applyDailyFilter () | |
| resetDailyFilter () | |
| dailyFilter () | |
| daily ($a_load_data=true) | |
| showDailyGraph () | |
| admin () | |
| adminSync () | |
| confirmDeleteData () | |
| deleteData () | |
| applyLearningProgressFilter () | |
| resetLearningProgressFilter () | |
| learningProgressFilter () | |
| learningProgress ($a_load_data=true) | |
| showLearningProgressGraph () | |
| showLearningProgressDetails () | |
Public Member Functions inherited from ilLearningProgressBaseGUI | |
| __construct ($a_mode, $a_ref_id=0, $a_usr_id=0) | |
| isAnonymized () | |
| getMode () | |
| getRefId () | |
| getObjId () | |
| getUserId () | |
| __getDefaultCommand () | |
| __setSubTabs ($a_active) | |
| __buildFooter () | |
| __buildHeader () | |
| __insertPath (&$a_tpl, $a_ref_id) | |
| insert path More... | |
| __showImageByStatus (&$tpl, $a_status, $tpl_prefix="") | |
| & | __initTableGUI () |
| __showObjectDetails (&$info, $item_id=0, $add_section=true) | |
| show details about current object. More... | |
| __appendUserInfo (&$info, $a_user) | |
| __appendLPDetails (&$info, $item_id, $user_id) | |
| __sort ($a_ids, $a_table, $a_field, $a_id_name) | |
| Function that sorts ids by a given table field using WHERE IN E.g: __sort(array(6,7),'usr_data','lastname','usr_id') => sorts by lastname. More... | |
| __getPercent ($max, $reached) | |
| __readItemStatusInfo ($a_items) | |
| __getLegendHTML () | |
| __showEditUser ($a_user_id, $a_ref_id, $a_cancel, $a_sub_id=false) | |
| __updateUser ($user_id, $obj_id) | |
Protected Member Functions | |
| setTabs () | |
| showAggregationInfo ($a_show_link=true) | |
| showCronJobInfo () | |
Protected Member Functions inherited from ilLearningProgressBaseGUI | |
| initEditUserForm ($a_user_id, $a_obj_id, $a_cancel=null) | |
Additional Inherited Members | |
Static Public Member Functions inherited from ilLearningProgressBaseGUI | |
| static | _showImageByStatus (&$tpl, $a_status, $tpl_prefix="") |
| static | _getImagePathForStatus ($a_status) |
| Get image path for status. More... | |
| static | _getStatusText ($a_status, $a_lng=null) |
| Get status alt text. More... | |
| static | __readStatus ($a_obj_id, $user_id) |
| static | isObjectOffline ($a_obj_id, $a_type=null) |
Data Fields inherited from ilLearningProgressBaseGUI | |
| $tpl = null | |
| $ctrl = null | |
| $lng = null | |
| $ref_id = 0 | |
| $mode = 0 | |
| const | LP_CONTEXT_PERSONAL_DESKTOP = 1 |
| const | LP_CONTEXT_ADMINISTRATION = 2 |
| const | LP_CONTEXT_REPOSITORY = 3 |
| const | LP_CONTEXT_USER_FOLDER = 4 |
| const | LP_CONTEXT_ORG_UNIT = 5 |
| const | LP_ACTIVE_SETTINGS = 1 |
| const | LP_ACTIVE_OBJECTS = 2 |
| const | LP_ACTIVE_PROGRESS = 3 |
| const | LP_ACTIVE_USERS = 5 |
| const | LP_ACTIVE_SUMMARY = 6 |
| const | LP_ACTIVE_OBJSTATACCESS = 7 |
| const | LP_ACTIVE_OBJSTATTYPES = 8 |
| const | LP_ACTIVE_OBJSTATDAILY = 9 |
| const | LP_ACTIVE_OBJSTATADMIN = 10 |
| const | LP_ACTIVE_MATRIX = 11 |
Protected Attributes inherited from ilLearningProgressBaseGUI | |
| $anonymized | |
| $logger | |
| $tabs_gui | |
Definition at line 19 of file class.ilLPObjectStatisticsGUI.php.
| ilLPObjectStatisticsGUI::__construct | ( | $a_mode, | |
$a_ref_id = 0 |
|||
| ) |
Definition at line 21 of file class.ilLPObjectStatisticsGUI.php.
| ilLPObjectStatisticsGUI::access | ( | $a_load_data = true | ) |
Definition at line 107 of file class.ilLPObjectStatisticsGUI.php.
References $DIC, ilLearningProgressBaseGUI\$tpl, and showAggregationInfo().
Referenced by accessFilter(), applyAccessFilter(), resetAccessFilter(), and showAccessGraph().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPObjectStatisticsGUI::accessFilter | ( | ) |
Definition at line 102 of file class.ilLPObjectStatisticsGUI.php.
References access().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::admin | ( | ) |
Definition at line 276 of file class.ilLPObjectStatisticsGUI.php.
References $DIC, $ilCtrl, ilLearningProgressBaseGUI\$lng, ilLearningProgressBaseGUI\$tpl, and showAggregationInfo().
Referenced by confirmDeleteData(), and deleteData().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPObjectStatisticsGUI::adminSync | ( | ) |
Definition at line 303 of file class.ilLPObjectStatisticsGUI.php.
References $DIC, $ilCtrl, ilLearningProgressBaseGUI\$lng, and ilChangeEvent\_syncObjectStats().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::applyAccessFilter | ( | ) |
Definition at line 84 of file class.ilLPObjectStatisticsGUI.php.
References access().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::applyDailyFilter | ( | ) |
Definition at line 212 of file class.ilLPObjectStatisticsGUI.php.
References daily().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::applyLearningProgressFilter | ( | ) |
Definition at line 373 of file class.ilLPObjectStatisticsGUI.php.
References learningProgress().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::applyTypesFilter | ( | ) |
Definition at line 148 of file class.ilLPObjectStatisticsGUI.php.
References types().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::confirmDeleteData | ( | ) |
Definition at line 317 of file class.ilLPObjectStatisticsGUI.php.
References $_POST, $DIC, $i, $ilCtrl, ilLearningProgressBaseGUI\$lng, ilLearningProgressBaseGUI\$tpl, admin(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::daily | ( | $a_load_data = true | ) |
Definition at line 235 of file class.ilLPObjectStatisticsGUI.php.
References $DIC, ilLearningProgressBaseGUI\$tpl, and showAggregationInfo().
Referenced by applyDailyFilter(), dailyFilter(), resetDailyFilter(), and showDailyGraph().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPObjectStatisticsGUI::dailyFilter | ( | ) |
Definition at line 230 of file class.ilLPObjectStatisticsGUI.php.
References daily().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::deleteData | ( | ) |
Definition at line 356 of file class.ilLPObjectStatisticsGUI.php.
References $_POST, $DIC, ilLearningProgressBaseGUI\$lng, admin(), ilTrQuery\deleteObjectStatistics(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::executeCommand | ( | ) |
execute command
Definition at line 69 of file class.ilLPObjectStatisticsGUI.php.
References ilLearningProgressBaseGUI\__getDefaultCommand(), and setTabs().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::learningProgress | ( | $a_load_data = true | ) |
Definition at line 396 of file class.ilLPObjectStatisticsGUI.php.
References $DIC, ilLearningProgressBaseGUI\$tpl, and showCronJobInfo().
Referenced by applyLearningProgressFilter(), learningProgressFilter(), resetLearningProgressFilter(), and showLearningProgressGraph().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPObjectStatisticsGUI::learningProgressFilter | ( | ) |
Definition at line 391 of file class.ilLPObjectStatisticsGUI.php.
References learningProgress().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::resetAccessFilter | ( | ) |
Definition at line 93 of file class.ilLPObjectStatisticsGUI.php.
References access().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::resetDailyFilter | ( | ) |
Definition at line 221 of file class.ilLPObjectStatisticsGUI.php.
References daily().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::resetLearningProgressFilter | ( | ) |
Definition at line 382 of file class.ilLPObjectStatisticsGUI.php.
References learningProgress().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::resetTypesFilter | ( | ) |
Definition at line 157 of file class.ilLPObjectStatisticsGUI.php.
References types().
Here is the call graph for this function:
|
protected |
Definition at line 30 of file class.ilLPObjectStatisticsGUI.php.
References $DIC.
Referenced by executeCommand().
Here is the caller graph for this function:| ilLPObjectStatisticsGUI::showAccessGraph | ( | ) |
Definition at line 128 of file class.ilLPObjectStatisticsGUI.php.
References $_POST, $DIC, ilLearningProgressBaseGUI\$lng, ilLearningProgressBaseGUI\$tpl, access(), and ilUtil\sendFailure().
Here is the call graph for this function:
|
protected |
Definition at line 449 of file class.ilLPObjectStatisticsGUI.php.
References $DIC, $ilCtrl, $info, ilLearningProgressBaseGUI\$lng, ilDatePresentation\formatDate(), ilTrQuery\getObjectStatisticsLogInfo(), IL_CAL_UNIX, and ilUtil\sendInfo().
Referenced by access(), admin(), and daily().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 470 of file class.ilLPObjectStatisticsGUI.php.
References $DIC, ilLearningProgressBaseGUI\$lng, ilCronManager\isJobActive(), and ilUtil\sendInfo().
Referenced by learningProgress(), and types().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPObjectStatisticsGUI::showDailyGraph | ( | ) |
Definition at line 256 of file class.ilLPObjectStatisticsGUI.php.
References $_POST, $DIC, ilLearningProgressBaseGUI\$lng, ilLearningProgressBaseGUI\$tpl, daily(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::showLearningProgressDetails | ( | ) |
Definition at line 437 of file class.ilLPObjectStatisticsGUI.php.
| ilLPObjectStatisticsGUI::showLearningProgressGraph | ( | ) |
Definition at line 417 of file class.ilLPObjectStatisticsGUI.php.
References $_POST, $DIC, ilLearningProgressBaseGUI\$lng, ilLearningProgressBaseGUI\$tpl, learningProgress(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::showTypesGraph | ( | ) |
Definition at line 192 of file class.ilLPObjectStatisticsGUI.php.
References $_POST, $DIC, ilLearningProgressBaseGUI\$lng, ilLearningProgressBaseGUI\$tpl, ilUtil\sendFailure(), and types().
Here is the call graph for this function:| ilLPObjectStatisticsGUI::types | ( | $a_load_data = true | ) |
Definition at line 171 of file class.ilLPObjectStatisticsGUI.php.
References $DIC, ilLearningProgressBaseGUI\$tpl, and showCronJobInfo().
Referenced by applyTypesFilter(), resetTypesFilter(), showTypesGraph(), and typesFilter().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLPObjectStatisticsGUI::typesFilter | ( | ) |
Definition at line 166 of file class.ilLPObjectStatisticsGUI.php.
References types().
Here is the call graph for this function: