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

getStatus() public method

public getStatus ( ) : integer
return integer
    public function getStatus()
    {
        return $this->status;
    }