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

getUpdatedAt() public method

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