|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilCmiXapiScoringGUI:Public Member Functions | |
| __construct (ilObjCmiXapi $object) | |
| executeCommand () | |
Data Fields | |
| const | PART_FILTER_ACTIVE_ONLY = 1 |
| const | PART_FILTER_INACTIVE_ONLY = 2 |
| const | PART_FILTER_ALL_USERS = 3 |
| const | PART_FILTER_MANSCORING_DONE = 4 |
| const | PART_FILTER_MANSCORING_NONE = 5 |
| ilObjCmiXapi | $object |
Protected Member Functions | |
| resetFilterCmd () | |
| applyFilterCmd () | |
| showCmd () | |
| initTableData () | |
| initHighScoreTable () | |
| initUserRankTable () | |
| buildTableGUI (string $tableId) | |
Protected Attributes | |
| ilCmiXapiAccess | $access |
Private Member Functions | |
| getTableDataRange (bool $scopeUserRank=false) | |
Private Attributes | |
| array | $tableData |
| string | $tableHtml = '' |
| int | $userRank = null |
| ilGlobalTemplateInterface | $main_tpl |
| ILIAS DI Container | $dic |
Definition at line 30 of file class.ilCmiXapiScoringGUI.php.
| ilCmiXapiScoringGUI::__construct | ( | ilObjCmiXapi | $object | ) |
Definition at line 50 of file class.ilCmiXapiScoringGUI.php.
References $DIC, $object, ILIAS\Repository\access(), and ilCmiXapiAccess\getInstance().
Here is the call graph for this function:
|
protected |
Definition at line 84 of file class.ilCmiXapiScoringGUI.php.
References buildTableGUI(), and showCmd().
Here is the call graph for this function:
|
protected |
Definition at line 171 of file class.ilCmiXapiScoringGUI.php.
References ILIAS\Repository\access().
Referenced by applyFilterCmd(), initHighScoreTable(), initUserRankTable(), resetFilterCmd(), and showCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| ilCmiXapiScoringGUI::executeCommand | ( | ) |
| ilCmiXapiException |
Definition at line 63 of file class.ilCmiXapiScoringGUI.php.
References ILIAS\Repository\access().
Here is the call graph for this function:
|
private |
Definition at line 136 of file class.ilCmiXapiScoringGUI.php.
References ILIAS\Repository\object().
Referenced by initHighScoreTable(), and initUserRankTable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 147 of file class.ilCmiXapiScoringGUI.php.
References buildTableGUI(), getTableDataRange(), and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
Definition at line 112 of file class.ilCmiXapiScoringGUI.php.
References ILIAS\Repository\object().
Referenced by showCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 159 of file class.ilCmiXapiScoringGUI.php.
References buildTableGUI(), getTableDataRange(), and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
Definition at line 76 of file class.ilCmiXapiScoringGUI.php.
References buildTableGUI(), and showCmd().
Here is the call graph for this function:
|
protected |
Definition at line 92 of file class.ilCmiXapiScoringGUI.php.
References Vendor\Package\$e, buildTableGUI(), and initTableData().
Referenced by applyFilterCmd(), and resetFilterCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 41 of file class.ilCmiXapiScoringGUI.php.
|
private |
Definition at line 48 of file class.ilCmiXapiScoringGUI.php.
|
private |
Definition at line 46 of file class.ilCmiXapiScoringGUI.php.
| ilObjCmiXapi ilCmiXapiScoringGUI::$object |
Definition at line 39 of file class.ilCmiXapiScoringGUI.php.
Referenced by __construct().
|
private |
Definition at line 43 of file class.ilCmiXapiScoringGUI.php.
|
private |
Definition at line 44 of file class.ilCmiXapiScoringGUI.php.
|
private |
Definition at line 45 of file class.ilCmiXapiScoringGUI.php.
| const ilCmiXapiScoringGUI::PART_FILTER_ACTIVE_ONLY = 1 |
Definition at line 32 of file class.ilCmiXapiScoringGUI.php.
| const ilCmiXapiScoringGUI::PART_FILTER_ALL_USERS = 3 |
Definition at line 34 of file class.ilCmiXapiScoringGUI.php.
| const ilCmiXapiScoringGUI::PART_FILTER_INACTIVE_ONLY = 2 |
Definition at line 33 of file class.ilCmiXapiScoringGUI.php.
| const ilCmiXapiScoringGUI::PART_FILTER_MANSCORING_DONE = 4 |
Definition at line 35 of file class.ilCmiXapiScoringGUI.php.
| const ilCmiXapiScoringGUI::PART_FILTER_MANSCORING_NONE = 5 |
Definition at line 36 of file class.ilCmiXapiScoringGUI.php.