Example #1
0
 /**
  * {@inheritdoc}
  */
 public function overwriteWith($data)
 {
     $this->_assertNotFrozen();
     $this->_delegate->overwriteWith($data);
     return $this;
 }