getSelectedJournalRoles() 공개 메소드

public getSelectedJournalRoles ( Journal $journal = null ) : Doctrine\Common\Collections\Collection
$journal Ojs\JournalBundle\Entity\Journal
리턴 Doctrine\Common\Collections\Collection
예제 #1
0
 /**
  * @return \Doctrine\Common\Collections\Collection
  */
 public function userJournalRoles()
 {
     return $this->journalService->getSelectedJournalRoles();
 }