Ojs\JournalBundle\Entity\Journal::getJournalIndexs PHP Méthode

getJournalIndexs() public méthode

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