Ejemplo n.º 1
0
 /**
  * Sets the modified flag of the object.
  */
 public function setModified()
 {
     parent::setModified();
     unset($this->values['price.tax']);
 }