txWriteData() protected method

protected txWriteData ( )
Beispiel #1
0
 protected function txWriteData()
 {
     $this->encodeData();
     if ($this->data !== $this->originalData) {
         return parent::txWriteData();
     }
     return false;
 }