コード例 #1
0
ファイル: Standard.php プロジェクト: skyheights/aimeos-core
 /**
  * Sets the modified flag of the object.
  */
 public function setModified()
 {
     parent::setModified();
     unset($this->values['price.tax']);
 }