Ojs\JournalBundle\Entity\ArticleAuthor::getAuthorOrder PHP Method

getAuthorOrder() public method

Get authorOrder
public getAuthorOrder ( ) : integer
return integer
    public function getAuthorOrder()
    {
        return $this->authorOrder;
    }