first() 공개 메소드

Map to first record in cursor
public first ( ) : mixed
리턴 mixed
예제 #1
0
 public function first()
 {
     $this->reset(false);
     $this->mapper->first();
     return $this;
 }