コード例 #1
0
ファイル: BaseModels.php プロジェクト: aforward/phpweb
 public function hasChanged($fieldName = null)
 {
     return $this->hasSnapshotData() ? parent::hasChanged($fieldName) : true;
 }