ILIAS
Release_4_0_x_branch Revision 61816
|
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 $ilDB, $query, $result, and $row.
Referenced by ilAccessHandler\doLicenseCheck().
|
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().