| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Collaboration diagram for ilLicenseAccess:
 Collaboration diagram for ilLicenseAccess:| Static Public Member Functions | |
| static | _isEnabled () | 
| Check, if licencing is enabled This check is called from the ilAccessHandler class. | |
| static | _checkAccess ($a_usr_id, $a_obj_id) | 
| Check, if a user can access an object by license. | |
Definition at line 14 of file class.ilLicenseAccess.php.
| 
 | static | 
Check, if a user can access an object by license.
The user can access, if he/she already accessed the object or if a license is available for the object. This check is called from the ilAccessHandler class.
static
| int | user id | 
| int | object id (not reference) | 
Definition at line 57 of file class.ilLicenseAccess.php.
References $ilUser, $query, $result, and $row.
Referenced by ilAccessHandler\doLicenseCheck().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Check, if licencing is enabled This check is called from the ilAccessHandler class.
Definition at line 22 of file class.ilLicenseAccess.php.
Referenced by ilLicense\_noteAccess(), ilObjCourseGUI\checkLicenses(), ilAccessHandler\doLicenseCheck(), ilObjLearningResourcesSettingsGUI\getAdminTabs(), ilObjSAHSLearningModuleGUI\getTabs(), ilObjFileBasedLMGUI\getTabs(), and ilObjCourseGUI\getTabs().
 Here is the caller graph for this function:
 Here is the caller graph for this function: