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

getDoiStatus() 공개 메소드

public getDoiStatus ( ) : integer
리턴 integer
    public function getDoiStatus()
    {
        return $this->doiStatus;
    }