1 | <?php |
||
18 | final class RoleHierarchy extends BaseRoleHierarchy |
||
19 | { |
||
20 | /** |
||
21 | * RoleHierarchy constructor. |
||
22 | * |
||
23 | * @param \SpomkyLabs\RoleHierarchyBundle\Model\RoleManagerInterface $role_manager |
||
24 | */ |
||
25 | public function __construct(RoleManagerInterface $role_manager) |
||
30 | |||
31 | /** |
||
32 | * @param \SpomkyLabs\RoleHierarchyBundle\Model\RoleManagerInterface $role_manager |
||
33 | * |
||
34 | * @return array |
||
35 | */ |
||
36 | protected function buildRolesTree(RoleManagerInterface $role_manager) |
||
57 | } |
||
58 |