Newscoop\Entity\Article::getOnSection PHP Method

getOnSection() public method

Gets the value of onSection.
public getOnSection ( ) : string
return string
    public function getOnSection()
    {
        return $this->onSection;
    }