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

getSnapshots() public method

public getSnapshots ( ) : ArrayCollection
return Doctrine\Common\Collections\ArrayCollection $snapshots
    public function getSnapshots()
    {
        return $this->snapshots;
    }
Page