onBeforeWrite() public method

Recalculate total before saving to database.
public onBeforeWrite ( )
コード例 #1
0
 function onBeforeWrite()
 {
     parent::onBeforeWrite();
     $this->ProductID = $this->_productID;
     $this->ProductVersion = $this->_productVersion;
 }