ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilObjCourseAccess. More...
Public Member Functions | |
_checkAccess ($a_cmd, $a_permission, $a_ref_id, $a_obj_id, $a_user_id="") | |
checks wether a user may invoke a command or not (this method is called by ilAccessHandler::checkAccess) | |
_getCommands () | |
get commands | |
_checkGoto ($a_target) | |
check whether goto script will succeed | |
_lookupViewMode ($a_id) | |
Lookup view mode. | |
Public Member Functions inherited from ilObjectAccess | |
_checkCondition ($a_obj_id, $a_operator, $a_value, $a_usr_id=0) | |
check condition |
Static Public Member Functions | |
static | _isActivated ($a_obj_id) |
Is activated? | |
static | _registrationEnabled ($a_obj_id) |
Class ilObjCourseAccess.
Definition at line 36 of file class.ilObjCourseAccess.php.
ilObjCourseAccess::_checkAccess | ( | $a_cmd, | |
$a_permission, | |||
$a_ref_id, | |||
$a_obj_id, | |||
$a_user_id = "" |
|||
) |
checks wether a user may invoke a command or not (this method is called by ilAccessHandler::checkAccess)
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) |
Reimplemented from ilObjectAccess.
Definition at line 50 of file class.ilObjCourseAccess.php.
References $lng, ilCourseParticipants\_getInstanceByObjId(), _isActivated(), ilWaitingList\_isOnList(), _registrationEnabled(), and IL_NO_OBJECT_ACCESS.
ilObjCourseAccess::_checkGoto | ( | $a_target | ) |
check whether goto script will succeed
Reimplemented from ilObjectAccess.
Definition at line 195 of file class.ilObjCourseAccess.php.
ilObjCourseAccess::_getCommands | ( | ) |
get commands
this method returns an array of all possible commands/permission combinations
example: $commands = array ( array("permission" => "read", "cmd" => "view", "lang_var" => "show"), array("permission" => "write", "cmd" => "edit", "lang_var" => "edit"), );
Reimplemented from ilObjectAccess.
Definition at line 169 of file class.ilObjCourseAccess.php.
References ilDAVActivationChecker\_isActive().
Referenced by ilObjCourseListGUI\init().
|
static |
Is activated?
int | id of user |
Definition at line 242 of file class.ilObjCourseAccess.php.
References $ilDB, $query, $res, $row, $start, $type, DB_FETCHMODE_OBJECT, ilMemberViewSettings\getInstance(), IL_CRS_ACTIVATION_LIMITED, IL_CRS_ACTIVATION_OFFLINE, and IL_CRS_ACTIVATION_UNLIMITED.
Referenced by _checkAccess(), and ilObjCourseListGUI\getProperties().
ilObjCourseAccess::_lookupViewMode | ( | $a_id | ) |
Lookup view mode.
This is placed here to the need that ilObjFolder must always instantiate a Course object.
object | $a_id |
Definition at line 223 of file class.ilObjCourseAccess.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilObjFolder\getViewMode().
|
static |
object | $a_obj_id |
Definition at line 288 of file class.ilObjCourseAccess.php.
References $ilDB, $query, $res, $row, $type, DB_FETCHMODE_OBJECT, IL_CRS_SUBSCRIPTION_DEACTIVATED, IL_CRS_SUBSCRIPTION_LIMITED, and IL_CRS_SUBSCRIPTION_UNLIMITED.
Referenced by _checkAccess().