コード例 #1
0
ファイル: User.php プロジェクト: woehrlag/Intranet
 /**
  * Workaround to disable persistence in updateAction
  *
  * @param null $propertyName
  * @return bool
  */
 public function _isDirty($propertyName = NULL)
 {
     return $this->getIgnoreDirty() ? FALSE : parent::_isDirty($propertyName);
 }
コード例 #2
0
ファイル: User.php プロジェクト: olek07/GiGaBonus
 /**
  * Workaround to disable persistence in updateAction
  *
  * @param null $propertyName
  * @return bool
  */
 public function _isDirty($propertyName = null)
 {
     return $this->getIgnoreDirty() ? false : parent::_isDirty($propertyName);
 }