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

getCreatedAt() public method

Get createdAt
public getCreatedAt ( ) : Datetime
return Datetime
    public function getCreatedAt()
    {
        return $this->createdAt;
    }
Page