예제 #1
0
파일: OneModel.php 프로젝트: schpill/thin
 /**
  * Check whether the model was the result of a call to create() or not
  *
  * @return bool
  */
 public function is_new()
 {
     return $this->One->is_new();
 }