Ojs\JournalBundle\Entity\Journal::getJournalContacts PHP 메소드

getJournalContacts() 공개 메소드

public getJournalContacts ( ) : ArrayCollection
리턴 Doctrine\Common\Collections\ArrayCollection
    public function getJournalContacts()
    {
        return $this->journalContacts;
    }
Journal