|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilObjLearningSequenceAccess:
Collaboration diagram for ilObjLearningSequenceAccess:Public Member Functions | |
| usingRegistrationCode () | |
| _checkAccess (string $cmd, string $permission, int $ref_id, int $obj_id, ?int $user_id=null) | |
Public Member Functions inherited from ilObjectAccess | |
| _checkAccess (string $cmd, string $permission, int $ref_id, int $obj_id, ?int $user_id=null) | |
| Checks whether a user may invoke a command or not (this method is called by ilAccessHandler::checkAccess) More... | |
| canBeDelivered (ilWACPath $ilWACPath) | |
Static Public Member Functions | |
| static | _getCommands () |
| static | isOffline (int $ref_id) |
Static Public Member Functions inherited from ilObjectAccess | |
| static | _getCommands () |
| get commands More... | |
| static | _checkGoto (string $target) |
| check whether goto script will succeed More... | |
| static | _isOffline (int $obj_id) |
| Type-specific implementation of general status, has to be overwritten if object type does not support centralized offline handling. More... | |
| static | _preloadData (array $obj_ids, array $ref_ids) |
| Preload data. More... | |
Static Public Attributes | |
| static bool | $using_code = false |
Protected Member Functions | |
| getDICDependencies () | |
Definition at line 20 of file class.ilObjLearningSequenceAccess.php.
| ilObjLearningSequenceAccess::_checkAccess | ( | string | $cmd, |
| string | $permission, | ||
| int | $ref_id, | ||
| int | $obj_id, | ||
| ?int | $user_id = null |
||
| ) |
Definition at line 108 of file class.ilObjLearningSequenceAccess.php.
References $lng, $user_id, getDICDependencies(), ilAccessInfo\IL_NO_OBJECT_ACCESS, and isOffline().
Here is the call graph for this function:
|
static |
Definition at line 27 of file class.ilObjLearningSequenceAccess.php.
References ilObjLearningSequenceGUI\CMD_CONTENT, ilObjLearningSequenceGUI\CMD_LEARNER_VIEW, ilObjLearningSequenceGUI\CMD_SETTINGS, ilObjLearningSequenceGUI\CMD_UNPARTICIPATE, and ilObjLearningSequenceGUI\CMD_VIEW.
Referenced by ilObjLearningSequenceListGUI\init().
Here is the caller graph for this function:
|
protected |
Definition at line 142 of file class.ilObjLearningSequenceAccess.php.
Referenced by _checkAccess().
Here is the caller graph for this function:
|
static |
Definition at line 64 of file class.ilObjLearningSequenceAccess.php.
References ilObjectFactory\getInstanceByRefId().
Referenced by _checkAccess(), and ilObjLearningSequenceSettingsGUI\update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjLearningSequenceAccess::usingRegistrationCode | ( | ) |
Definition at line 59 of file class.ilObjLearningSequenceAccess.php.
|
static |
Definition at line 22 of file class.ilObjLearningSequenceAccess.php.