예제 #1
0
파일: OneModel.php 프로젝트: schpill/thin
 /**
  * Check whether the given field has changed since the object was created or saved
  *
  * @param  string $property
  * @return bool
  */
 public function is_dirty($property)
 {
     return $this->One->is_dirty($property);
 }