onBeforeWrite() 공개 메소드

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