Example #1
0
 /**
  * @param  string $fieldName
  * @return bool
  */
 public function isFieldModified($fieldName)
 {
     $this->_table->throwExceptionIfFieldNotExists($fieldName);
     return array_key_exists($fieldName, $this->_modifiedFields);
 }