Ojs\JournalBundle\Entity\Article::getOtherId PHP Method

getOtherId() public method

Get otherId
public getOtherId ( ) : string
return string
    public function getOtherId()
    {
        return $this->otherId;
    }