getModifiedData() публичный Метод

Returns values of columns that were modified
public getModifiedData ( ) : array
Результат array
Пример #1
0
 /**
  * Gets low-level values of underlying Row columns that were modified
  *
  * @return array
  */
 public function getModifiedRowData()
 {
     return $this->row->getModifiedData();
 }