Definition at line 15 of file class.ilCmiXapiAccess.php.
◆ __construct()
◆ getInstance()
◆ hasEditPermissionsAccess()
ilCmiXapiAccess::hasEditPermissionsAccess |
( |
|
$usrId = null | ) |
|
- Returns
- bool
Definition at line 72 of file class.ilCmiXapiAccess.php.
References $DIC.
77 return $this->access->checkAccessOfUser(
81 $this->object->getRefId(),
82 $this->
object->getType(),
83 $this->
object->getId()
86 return $this->access->checkAccess(
89 $this->object->getRefId(),
90 $this->
object->getType(),
91 $this->
object->getId()
◆ hasHighscoreAccess()
ilCmiXapiAccess::hasHighscoreAccess |
( |
| ) |
|
◆ hasLearningProgressAccess()
ilCmiXapiAccess::hasLearningProgressAccess |
( |
| ) |
|
◆ hasOutcomesAccess()
ilCmiXapiAccess::hasOutcomesAccess |
( |
|
$usrId = null | ) |
|
- Returns
- bool
Definition at line 99 of file class.ilCmiXapiAccess.php.
References $DIC.
104 return $this->access->checkAccessOfUser(
108 $this->object->getRefId(),
109 $this->
object->getType(),
110 $this->
object->getId()
113 return $this->access->checkAccess(
116 $this->object->getRefId(),
117 $this->
object->getType(),
118 $this->
object->getId()
◆ hasStatementsAccess()
ilCmiXapiAccess::hasStatementsAccess |
( |
| ) |
|
◆ hasWriteAccess()
ilCmiXapiAccess::hasWriteAccess |
( |
|
$usrId = null | ) |
|
- Returns
- bool
Definition at line 45 of file class.ilCmiXapiAccess.php.
References $DIC.
50 return $this->access->checkAccessOfUser(
54 $this->object->getRefId(),
55 $this->
object->getType(),
56 $this->
object->getId()
59 return $this->access->checkAccess(
62 $this->object->getRefId(),
63 $this->
object->getType(),
64 $this->
object->getId()
◆ $access
◆ $object
The documentation for this class was generated from the following file: