Total Complexity | 1 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | class All extends \Aimeos\Base\View\Helper\Base implements Iface |
||
21 | { |
||
22 | /** |
||
23 | * Checks the access level of the current user |
||
24 | * |
||
25 | * @param string|array $groups Group names that are allowed |
||
26 | * @return bool True if access is allowed, false if not |
||
27 | */ |
||
28 | public function transform( $groups ) : bool |
||
33 |