Ojs\JournalBundle\Entity\Journal::getJournalIndexs PHP Method

getJournalIndexs() public method

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