ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Static Public Member Functions | |
static | _isEnabled () |
Check, if licencing is enabled This check is called from the ilAccessHandler class. More... | |
static | _checkAccess ($a_usr_id, $a_obj_id) |
Check, if a user can access an object by license. More... | |
Definition at line 12 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 | $a_usr_id | |
int | $a_obj_id | (not reference) |
Definition at line 52 of file class.ilLicenseAccess.php.
References $ilDB, $query, $result, $row, and array.
Referenced by ilLicense\_checkAccess(), and ilAccessHandler\doLicenseCheck().
|
static |
Check, if licencing is enabled This check is called from the ilAccessHandler class.
Definition at line 20 of file class.ilLicenseAccess.php.
Referenced by ilLicense\_noteAccess(), ilObjCourseGUI\checkLicenses(), ilAccessHandler\doLicenseCheck(), ilObjLearningResourcesSettingsGUI\getAdminTabs(), ilObjSAHSLearningModuleGUI\getTabs(), and ilObjCourseGUI\getTabs().