Newscoop\Entity\Article::getOnFrontPage PHP 메소드

getOnFrontPage() 공개 메소드

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