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

getJournalIndexesBag() 공개 메소드

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