19 declare(strict_types=1);
38 return 'usr_global_role';
48 $roleId = $config[
'role_id'] ?? 0;
50 if (!is_numeric($roleId) || $roleId < 1 || $roleId > PHP_INT_MAX || is_float($roleId)) {
54 if (!$this->rbacReview->isGlobalRole((
int) $roleId)) {
58 return $this->rbacReview->isAssigned($user->
getId(), (
int) $roleId);
ilObjectDataCache $objectCache
getTypeIdent()
Returns a unique id of the criterion type.
Interface ilTermsOfServiceCriterionTypeGUI.
Interface ilTermsOfServiceCriterionType.
hasUniqueNature()
Returns whether or not a criterion is unique by it's nature.
Class ilTermsOfServiceUserHasGlobalRoleCriterion.
Class ilTermsOfServiceCriterionConfig.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
evaluate(ilObjUser $user, ilTermsOfServiceCriterionConfig $config)
Class ilTermsOfServiceUserHasGlobalRoleCriterionGUI.
__construct(ilRbacReview $rbacReview, ilObjectDataCache $objectCache)