Total Complexity | 2 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
7 | class AccessControlRuleBlockRegistry implements AccessControlRuleBlockRegistryInterface |
||
8 | { |
||
9 | /** |
||
10 | * @var string[] |
||
11 | */ |
||
12 | protected array $serviceClasses = []; |
||
13 | |||
14 | public function addServiceClass(string $serviceClass): void |
||
17 | } |
||
18 | /** |
||
19 | * @return string[] |
||
20 | */ |
||
21 | public function getServiceClasses(): array |
||
26 |