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

getEissn() public method

Get eissn
public getEissn ( ) : string
return string
    public function getEissn()
    {
        return $this->eissn;
    }
Journal