getModifiedData() public method

Returns values of columns that were modified
public getModifiedData ( ) : array
return array
Example #1
0
 /**
  * Gets low-level values of underlying Row columns that were modified
  *
  * @return array
  */
 public function getModifiedRowData()
 {
     return $this->row->getModifiedData();
 }