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