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

getJournalIndexs() 공개 메소드

Get journalIndexs
public getJournalIndexs ( ) : ArrayCollection | JournalIndex[]
리턴 Doctrine\Common\Collections\ArrayCollection | JournalIndex[]
    public function getJournalIndexs()
    {
        return $this->journalIndexs;
    }
Journal