Newscoop\Entity\ArticleIndex::getSectionNumber PHP Method

getSectionNumber() public method

Gets the value of sectionNumber.
public getSectionNumber ( ) : integer
return integer
    public function getSectionNumber()
    {
        return $this->sectionNumber;
    }