| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Inheritance diagram for ilLMStatisticsGUI:
 Inheritance diagram for ilLMStatisticsGUI: Collaboration diagram for ilLMStatisticsGUI:
 Collaboration diagram for ilLMStatisticsGUI:| Public Member Functions | |
| ilLMStatisticsGUI ($a_mode, $a_ref_id) | |
| show () | |
| Anzeige der Stats-Auswahlm�glichkeiten. | |
| outputStatistics () | |
| output statistics der Stats | |
| searchUserForm () | |
| add users | |
| cancelMember () | |
| members () | |
| search () | |
| searchCancelled () | |
| __search ($a_search_string, $a_search_for) | |
| __showSearchUserTable ($a_result_set, $a_user_ids=NULL, $a_cmd="search") | |
| __showSearchRoleTable ($a_result_set, $a_role_ids=NULL) | |
| __setTableGUIBasicData (&$tbl, &$result_set, $a_from="") | |
| standard implementation for tables use 'from' variable use different initial setting of table | |
| __showSearchGroupTable ($a_result_set, $a_grp_ids=NULL) | |
| listUsersRole () | |
| listUsersGroup () | |
| addUser () | |
| & | executeCommand () | 
| execute command | |
|  Public Member Functions inherited from ilLearningProgressBaseGUI | |
| ilLearningProgressBaseGUI ($a_mode, $a_ref_id=0, $a_usr_id=0) | |
| activePDF () | |
| __checkPDF () | |
| isAnonymized () | |
| isObjectAnonymized () | |
| getMode () | |
| getRefId () | |
| getObjId () | |
| getUserId () | |
| activateStatistics ($a_act=true) | |
| __getDefaultCommand () | |
| __setSubTabs ($a_active) | |
| __buildFooter () | |
| __buildHeader () | |
| __insertPath (&$a_tpl, $a_ref_id) | |
| insert path | |
| __showImageByStatus (&$tpl, $a_status, $tpl_prefix="") | |
| _getImagePathForStatus ($a_status) | |
| Get image path for status. | |
| _getStatusText ($a_status) | |
| Get status alt text. | |
| & | __initTableGUI () | 
| __showObjectDetails (&$info, $item_id=0) | |
| show details about current object. | |
| __appendUserInfo (&$info, $a_user) | |
| __appendLPDetails (&$info, $item_id, $user_id) | |
| __readStatus ($a_obj_id, $user_id) | |
| __showButton ($a_link, $a_text, $a_target= '') | |
| __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. | |
| __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) | |
| Data Fields | |
| $lm_statistics | |
|  Data Fields inherited from ilLearningProgressBaseGUI | |
| $tpl = null | |
| $ctrl = null | |
| $lng = null | |
| $ref_id = 0 | |
| $mode = 0 | |
| $statistics_activated = false | |
| Additional Inherited Members | |
|  Static Public Member Functions inherited from ilLearningProgressBaseGUI | |
| static | _showImageByStatus (&$tpl, $a_status, $tpl_prefix="") | 
Definition at line 29 of file class.ilLMStatisticsGUI.php.
| ilLMStatisticsGUI::__search | ( | $a_search_string, | |
| $a_search_for | |||
| ) | 
Definition at line 412 of file class.ilLMStatisticsGUI.php.
References $_SESSION, ilUtil\sendFailure(), and ilUtil\stripSlashes().
Referenced by search().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLMStatisticsGUI::__setTableGUIBasicData | ( | & | $tbl, | 
| & | $result_set, | ||
| $a_from = "" | |||
| ) | 
standard implementation for tables use 'from' variable use different initial setting of table
Definition at line 542 of file class.ilLMStatisticsGUI.php.
References $_GET.
Referenced by __showSearchGroupTable(), __showSearchRoleTable(), and __showSearchUserTable().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLMStatisticsGUI::__showSearchGroupTable | ( | $a_result_set, | |
| $a_grp_ids = NULL | |||
| ) | 
Definition at line 568 of file class.ilLMStatisticsGUI.php.
References $_GET, ilLearningProgressBaseGUI\$tpl, ilLearningProgressBaseGUI\__initTableGUI(), __setTableGUIBasicData(), ilUtil\array_php2js(), and ilUtil\getImagePath().
Referenced by search().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLMStatisticsGUI::__showSearchRoleTable | ( | $a_result_set, | |
| $a_role_ids = NULL | |||
| ) | 
Definition at line 490 of file class.ilLMStatisticsGUI.php.
References $_GET, ilLearningProgressBaseGUI\$tpl, ilLearningProgressBaseGUI\__initTableGUI(), __setTableGUIBasicData(), ilUtil\array_php2js(), and ilUtil\getImagePath().
Referenced by search().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLMStatisticsGUI::__showSearchUserTable | ( | $a_result_set, | |
| $a_user_ids = NULL, | |||
| $a_cmd = "search" | |||
| ) | 
Definition at line 436 of file class.ilLMStatisticsGUI.php.
References $_GET, ilLearningProgressBaseGUI\$tpl, ilLearningProgressBaseGUI\__initTableGUI(), __setTableGUIBasicData(), ilUtil\array_php2js(), and ilUtil\getImagePath().
Referenced by listUsersGroup(), listUsersRole(), and search().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLMStatisticsGUI::addUser | ( | ) | 
Definition at line 731 of file class.ilLMStatisticsGUI.php.
References $_POST, $_SESSION, and show().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLMStatisticsGUI::cancelMember | ( | ) | 
Definition at line 279 of file class.ilLMStatisticsGUI.php.
References ilUtil\redirect().
 Here is the call graph for this function:
 Here is the call graph for this function:| & ilLMStatisticsGUI::executeCommand | ( | ) | 
execute command
Definition at line 751 of file class.ilLMStatisticsGUI.php.
References $_POST, $cmd, and ilLearningProgressBaseGUI\__getDefaultCommand().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLMStatisticsGUI::ilLMStatisticsGUI | ( | $a_mode, | |
| $a_ref_id | |||
| ) | 
Definition at line 33 of file class.ilLMStatisticsGUI.php.
References ilLearningProgressBaseGUI\ilLearningProgressBaseGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLMStatisticsGUI::listUsersGroup | ( | ) | 
Definition at line 670 of file class.ilLMStatisticsGUI.php.
References $_POST, $_SESSION, $user, ilLearningProgressBaseGUI\__showButton(), __showSearchUserTable(), ilFormat\formatDate(), ilUtil\formCheckbox(), ilObjectFactory\getInstanceByObjId(), ilObjectFactory\getInstanceByRefId(), and ilUtil\sendFailure().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLMStatisticsGUI::listUsersRole | ( | ) | 
Definition at line 614 of file class.ilLMStatisticsGUI.php.
References $_POST, $_SESSION, $user, ilLearningProgressBaseGUI\__showButton(), __showSearchUserTable(), ilFormat\formatDate(), ilUtil\formCheckbox(), ilObjectFactory\getInstanceByObjId(), and ilUtil\sendFailure().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLMStatisticsGUI::members | ( | ) | 
Definition at line 285 of file class.ilLMStatisticsGUI.php.
References show().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLMStatisticsGUI::outputStatistics | ( | ) | 
output statistics der Stats
Definition at line 233 of file class.ilLMStatisticsGUI.php.
References $_POST.
| ilLMStatisticsGUI::search | ( | ) | 
Definition at line 289 of file class.ilLMStatisticsGUI.php.
References $_POST, $_SESSION, $result, $user, __search(), ilLearningProgressBaseGUI\__showButton(), __showSearchGroupTable(), __showSearchRoleTable(), __showSearchUserTable(), ilFormat\formatDate(), ilUtil\formCheckbox(), ilObjectFactory\getInstanceByObjId(), ilObjectFactory\getInstanceByRefId(), searchUserForm(), ilUtil\sendFailure(), and ilUtil\stripSlashes().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLMStatisticsGUI::searchCancelled | ( | ) | 
Definition at line 409 of file class.ilLMStatisticsGUI.php.
References ilUtil\redirect().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilLMStatisticsGUI::searchUserForm | ( | ) | 
add users
Definition at line 246 of file class.ilLMStatisticsGUI.php.
References $_POST, $_SESSION, and ilUtil\formRadioButton().
Referenced by search().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLMStatisticsGUI::show | ( | ) | 
Anzeige der Stats-Auswahlm�glichkeiten.
Definition at line 43 of file class.ilLMStatisticsGUI.php.
References $_SESSION, $ilDB, ilLearningProgressBaseGUI\$lng, $result, $row, ilLearningProgressBaseGUI\$tpl, and ilObjUserTracking\_enabledUserRelatedData().
Referenced by addUser(), and members().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilLMStatisticsGUI::$lm_statistics | 
Definition at line 31 of file class.ilLMStatisticsGUI.php.