Esempio n. 1
0
 /**
  * Tell whether there is a modified field or if the linked
  * model has been newly set via setModel().
  *
  * @return boolean
  */
 public function isModified()
 {
     return $this->_isModified or parent::isModified() or $this->_model->isModified();
 }