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

getSnapshot() public method

public getSnapshot ( ) : mixed | Networking\InitCmsBundle\Model\PageSnapshotInterface
return mixed | Networking\InitCmsBundle\Model\PageSnapshotInterface
    public function getSnapshot()
    {
        $pageSnapshots = $this->getSnapshots();
        return $pageSnapshots->first();
    }
Page