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