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

getOrderNum() public method

public getOrderNum ( ) : integer
return integer
    public function getOrderNum()
    {
        return $this->orderNum;
    }