first() public method

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