first() public method

Map to first record in cursor
public first ( ) : mixed
return mixed
コード例 #1
0
ファイル: cortex.php プロジェクト: mglinski/pathfinder
 public function first()
 {
     $this->reset(false);
     $this->mapper->first();
     return $this;
 }