示例#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();
 }