ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
__construct (ilObjLTIConsumer $object) | |
ilLTIConsumerAccess constructor. More... | |
hasWriteAccess () | |
hasOutcomesAccess () | |
hasEditPermissionsAccess () | |
hasLearningProgressAccess () | |
hasStatementsAccess () | |
hasHighscoreAccess () | |
Static Public Member Functions | |
static | getInstance (ilObjLTIConsumer $object) |
static | hasCustomProviderCreationAccess () |
Data Fields | |
const | GLOBAL_ADMIN_ROLE_ID = 2 |
Protected Member Functions | |
checkAccess ($permission) | |
Protected Attributes | |
$object | |
Definition at line 14 of file class.ilLTIConsumerAccess.php.
ilLTIConsumerAccess::__construct | ( | ilObjLTIConsumer | $object | ) |
ilLTIConsumerAccess constructor.
ilObjLTIConsumer | $object |
Definition at line 26 of file class.ilLTIConsumerAccess.php.
References $object.
|
protected |
$permission |
Definition at line 35 of file class.ilLTIConsumerAccess.php.
References $DIC.
Referenced by hasEditPermissionsAccess(), hasOutcomesAccess(), and hasWriteAccess().
|
static |
ilObjLTIConsumer | $object |
Definition at line 113 of file class.ilLTIConsumerAccess.php.
References $object.
Referenced by ilLTIConsumerXapiStatementsGUI\__construct(), and ilLTIConsumerScoringGUI\__construct().
|
static |
Definition at line 121 of file class.ilLTIConsumerAccess.php.
References $DIC, and ilObjLTIAdministration\lookupLTISettingsRefId().
Referenced by ilObjLTIConsumerGUI\afterSave(), ilObjLTIConsumerGUI\initCreationForms(), and ilObjLTIConsumerGUI\saveCustom().
ilLTIConsumerAccess::hasEditPermissionsAccess | ( | ) |
Definition at line 64 of file class.ilLTIConsumerAccess.php.
References checkAccess().
ilLTIConsumerAccess::hasHighscoreAccess | ( | ) |
Definition at line 96 of file class.ilLTIConsumerAccess.php.
References hasOutcomesAccess().
ilLTIConsumerAccess::hasLearningProgressAccess | ( | ) |
Definition at line 72 of file class.ilLTIConsumerAccess.php.
References ilLearningProgressAccess\checkAccess().
ilLTIConsumerAccess::hasOutcomesAccess | ( | ) |
Definition at line 55 of file class.ilLTIConsumerAccess.php.
References checkAccess().
Referenced by hasHighscoreAccess(), and hasStatementsAccess().
ilLTIConsumerAccess::hasStatementsAccess | ( | ) |
Definition at line 80 of file class.ilLTIConsumerAccess.php.
References hasOutcomesAccess().
ilLTIConsumerAccess::hasWriteAccess | ( | ) |
Definition at line 48 of file class.ilLTIConsumerAccess.php.
References $DIC, and checkAccess().
|
protected |
Definition at line 20 of file class.ilLTIConsumerAccess.php.
Referenced by __construct(), and getInstance().
const ilLTIConsumerAccess::GLOBAL_ADMIN_ROLE_ID = 2 |
Definition at line 16 of file class.ilLTIConsumerAccess.php.