Ojs\JournalBundle\Entity\Article::getOtherId PHP 메소드

getOtherId() 공개 메소드

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