コード例 #1
0
ファイル: RoleManager.php プロジェクト: ngydat/CoreBundle
 public function getWorkspaceRoleWithToolAccess(Workspace $workspace)
 {
     return $this->roleRepo->findWorkspaceRoleWithToolAccess($workspace);
 }