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