Bristol SU Support Package
PermissionRepository.php
Go to the documentation of this file.
1 <?php
2 
3 
5 
6 
8 
13 {
14 
21  public function get(string $ability): Permission;
22 
29  public function forModule(string $alias): array;
30 
36  public function all(): array;
37 }