Newscoop\Entity\Article::getOnFrontPage PHP Method

getOnFrontPage() public method

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