is_new() 공개 메소드

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