Exemple #1
0
 /**
  *
  */
 public function snapshotOriginal()
 {
     $this->original = clone $this;
     $this->original->setId($this->getId());
 }