/** * {@inheritdoc} */ public function addSnapshot(SnapshotInterface $snapshot) { $this->snapshots[] = $snapshot; $snapshot->setPage($this); }