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

getJournalIndexesBag() public method

public getJournalIndexesBag ( ) : string
return string
    public function getJournalIndexesBag()
    {
        return $this->journalIndexesBag;
    }
Journal