Networking\InitCmsBundle\Model\Page::getIsHome PHP Method

getIsHome() public method

public getIsHome ( ) : boolean
return boolean
    public function getIsHome()
    {
        return $this->isHome;
    }
Page