| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Class ilObjCourseAccess. More...
 Inheritance diagram for ilObjCourseAccess:
 Inheritance diagram for ilObjCourseAccess: Collaboration diagram for ilObjCourseAccess:
 Collaboration diagram for ilObjCourseAccess:| 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.
 Here is the call graph for this function:
 Here is the call graph for this function:| ilObjCourseAccess::_checkGoto | ( | $a_target | ) | 
check whether goto script will succeed
Reimplemented from ilObjectAccess.
Definition at line 200 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 167 of file class.ilObjCourseAccess.php.
References ilDAVActivationChecker\_isActive(), and ilDAVUtils\getInstance().
Referenced by ilObjCourseListGUI\init().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Is activated?
| int | id of user | 
Definition at line 254 of file class.ilObjCourseAccess.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, ilMemberViewSettings\getInstance(), IL_CRS_ACTIVATION_LIMITED, IL_CRS_ACTIVATION_OFFLINE, and IL_CRS_ACTIVATION_UNLIMITED.
Referenced by _checkAccess(), and ilObjCourseListGUI\getProperties().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 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 235 of file class.ilObjCourseAccess.php.
References $ilDB, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilObjFolder\getViewMode().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
| object | $a_obj_id | 
Definition at line 301 of file class.ilObjCourseAccess.php.
References $ilDB, $query, $res, $row, DB_FETCHMODE_OBJECT, IL_CRS_SUBSCRIPTION_DEACTIVATED, IL_CRS_SUBSCRIPTION_LIMITED, and IL_CRS_SUBSCRIPTION_UNLIMITED.
Referenced by _checkAccess().
 Here is the caller graph for this function:
 Here is the caller graph for this function: