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