|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilCmiXapiAccess:Public Member Functions | |
| __construct (ilObjCmiXapi $object) | |
| ilCmiXapiAccess constructor. More... | |
| hasLearningProgressAccess () | |
| hasWriteAccess (?int $usrId=null) | |
| hasEditPermissionsAccess (?int $usrId=null) | |
| hasOutcomesAccess (?int $usrId=null) | |
| hasStatementsAccess () | |
| hasHighscoreAccess () | |
Static Public Member Functions | |
| static | getInstance (ilObjCmiXapi $object) |
Protected Attributes | |
| ilObjCmiXapi | $object |
| ilAccessHandler | $access |
Definition at line 30 of file class.ilCmiXapiAccess.php.
| ilCmiXapiAccess::__construct | ( | ilObjCmiXapi | $object | ) |
ilCmiXapiAccess constructor.
Definition at line 38 of file class.ilCmiXapiAccess.php.
References $DIC, $object, and ILIAS\Repository\access().
Here is the call graph for this function:
|
static |
Definition at line 132 of file class.ilCmiXapiAccess.php.
References $object.
Referenced by ilCmiXapiScoringGUI\__construct(), ilCmiXapiStatementsGUI\__construct(), ilObjCmiXapiGUI\__construct(), and XapiProxy\XapiProxyRequest\handleGetStatementsRequest().
Here is the caller graph for this function:| ilCmiXapiAccess::hasEditPermissionsAccess | ( | ?int | $usrId = null | ) |
Definition at line 72 of file class.ilCmiXapiAccess.php.
References ILIAS\Repository\access(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilCmiXapiAccess::hasHighscoreAccess | ( | ) |
Definition at line 124 of file class.ilCmiXapiAccess.php.
References ILIAS\Repository\object().
Here is the call graph for this function:| ilCmiXapiAccess::hasLearningProgressAccess | ( | ) |
Definition at line 45 of file class.ilCmiXapiAccess.php.
References ilLearningProgressAccess\checkAccess(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilCmiXapiAccess::hasOutcomesAccess | ( | ?int | $usrId = null | ) |
Definition at line 94 of file class.ilCmiXapiAccess.php.
References ILIAS\Repository\access(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilCmiXapiAccess::hasStatementsAccess | ( | ) |
Definition at line 116 of file class.ilCmiXapiAccess.php.
References ILIAS\Repository\object().
Here is the call graph for this function:| ilCmiXapiAccess::hasWriteAccess | ( | ?int | $usrId = null | ) |
Definition at line 50 of file class.ilCmiXapiAccess.php.
References ILIAS\Repository\access(), and ILIAS\Repository\object().
Here is the call graph for this function:
|
protected |
Definition at line 33 of file class.ilCmiXapiAccess.php.
|
protected |
Definition at line 32 of file class.ilCmiXapiAccess.php.
Referenced by __construct(), and getInstance().