19declare(strict_types=1);
32 private readonly Closure $select_didnt_agree,
43 $did_not_agreed = array_filter(
44 ($this->select_didnt_agree)($users),
48 return array_values(array_diff($users, $did_not_agreed));
class ilRbacReview Contains Review functions of core Rbac.
const SYSTEM_USER_ID
This file contains constants for PHPStan analyis, see: https://phpstan.org/config-reference#constants...