ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (ilObjLTIConsumer $object) | |
executeCommand () | |
getObject () | |
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 |
Protected Member Functions | |
showCmd () | |
initTableData () | |
initHighScoreTable () | |
initUserRankTable () | |
buildTableGUI ($tableId) | |
Protected Attributes | |
$object | |
$access | |
Private Member Functions | |
getTableDataRange ($scopeUserRank=false) | |
Private Attributes | |
$tableData | |
$tableHtml = '' | |
$userRank | |
Definition at line 15 of file class.ilLTIConsumerScoringGUI.php.
ilLTIConsumerScoringGUI::__construct | ( | ilObjLTIConsumer | $object | ) |
ilObjLTIConsumer | $object |
Definition at line 43 of file class.ilLTIConsumerScoringGUI.php.
References $object, and ilLTIConsumerAccess\getInstance().
|
protected |
string | $tableId |
Definition at line 179 of file class.ilLTIConsumerScoringGUI.php.
Referenced by initHighScoreTable(), initUserRankTable(), and showCmd().
ilLTIConsumerScoringGUI::executeCommand | ( | ) |
ilCmiXapiException |
Definition at line 53 of file class.ilLTIConsumerScoringGUI.php.
References $DIC.
ilLTIConsumerScoringGUI::getObject | ( | ) |
Definition at line 195 of file class.ilLTIConsumerScoringGUI.php.
References $object.
|
private |
bool | $scopeUserRank |
Definition at line 133 of file class.ilLTIConsumerScoringGUI.php.
Referenced by initHighScoreTable(), and initUserRankTable().
|
protected |
Definition at line 148 of file class.ilLTIConsumerScoringGUI.php.
References buildTableGUI(), and getTableDataRange().
|
protected |
Definition at line 93 of file class.ilLTIConsumerScoringGUI.php.
References ilCmiXapiLrsType\buildBasicAuth().
Referenced by showCmd().
|
protected |
Definition at line 163 of file class.ilLTIConsumerScoringGUI.php.
References buildTableGUI(), and getTableDataRange().
|
protected |
Definition at line 68 of file class.ilLTIConsumerScoringGUI.php.
References $DIC, Vendor\Package\$e, buildTableGUI(), initTableData(), and ilUtil\sendFailure().
|
protected |
Definition at line 33 of file class.ilLTIConsumerScoringGUI.php.
|
protected |
Definition at line 28 of file class.ilLTIConsumerScoringGUI.php.
Referenced by __construct(), and getObject().
|
private |
Definition at line 35 of file class.ilLTIConsumerScoringGUI.php.
|
private |
Definition at line 36 of file class.ilLTIConsumerScoringGUI.php.
|
private |
Definition at line 37 of file class.ilLTIConsumerScoringGUI.php.
const ilLTIConsumerScoringGUI::PART_FILTER_ACTIVE_ONLY = 1 |
Definition at line 17 of file class.ilLTIConsumerScoringGUI.php.
const ilLTIConsumerScoringGUI::PART_FILTER_ALL_USERS = 3 |
Definition at line 19 of file class.ilLTIConsumerScoringGUI.php.
const ilLTIConsumerScoringGUI::PART_FILTER_INACTIVE_ONLY = 2 |
Definition at line 18 of file class.ilLTIConsumerScoringGUI.php.
const ilLTIConsumerScoringGUI::PART_FILTER_MANSCORING_DONE = 4 |
Definition at line 20 of file class.ilLTIConsumerScoringGUI.php.
const ilLTIConsumerScoringGUI::PART_FILTER_MANSCORING_NONE = 5 |
Definition at line 21 of file class.ilLTIConsumerScoringGUI.php.