dry() public method

Return TRUE if current cursor position is not mapped to any record
public dry ( ) : boolean
return boolean
Beispiel #1
0
 public function dry()
 {
     return $this->mapper->dry();
 }