コード例 #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();
 }