ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
_checkAccess ($a_cmd, $a_permission, $a_ref_id, $a_obj_id, $a_user_id="") | |
Checks whether a user may invoke a command or not (this method is called by ilAccessHandler::checkAccess) More... | |
![]() | |
_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 (int $a_ref_id=null) |
![]() | |
static | _isAccessible (int $a_ref_id) |
Check if target is accessible and not deleted. More... | |
![]() | |
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... | |
Definition at line 21 of file class.ilObjStudyProgrammeReferenceAccess.php.
ilObjStudyProgrammeReferenceAccess::_checkAccess | ( | $a_cmd, | |
$a_permission, | |||
$a_ref_id, | |||
$a_obj_id, | |||
$a_user_id = "" |
|||
) |
Checks whether a user may invoke a command or not (this method is called by ilAccessHandler::checkAccess)
Please do not check any preconditions handled by ilConditionHandler here. Also don't do any RBAC checks.
ilAccessHandler $ilAccess
string | $a_cmd | command (not permission!) |
string | $a_permission | permission |
int | $a_ref_id | reference id |
int | $a_obj_id | object id |
int | $a_user_id | user id (if not provided, current user is taken) |
Definition at line 40 of file class.ilObjStudyProgrammeReferenceAccess.php.
References $DIC, $target_id, ilContainerReference\_lookupTargetRefId(), and ilObjStudyProgramme\getInstanceByRefId().
|
static |
Definition at line 75 of file class.ilObjStudyProgrammeReferenceAccess.php.
References $DIC, ilObject\_lookupObjId(), and ilContainerReference\_lookupTargetRefId().