Пример #1
0
 public function getRolesWithRightsByResourceNode(ResourceNode $resourceNode, $executeQuery = true)
 {
     return $this->roleRepo->findRolesWithRightsByResourceNode($resourceNode, $executeQuery);
 }