last() public method

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