Bristol SU Support Package
PermissionTester.php
Go to the documentation of this file.
1 <?php
2 
3 
5 
6 
10 
15 {
16 
23  public function evaluate(string $ability): bool;
24 
34  public function evaluateFor(string $ability, ?User $userModel, ?Group $group, ?Role $role): bool;
35 
42  public function register(Tester $tester);
43 
44 }
evaluateFor(string $ability, ?User $userModel, ?Group $group, ?Role $role)