dry() public method

Return TRUE if current cursor position is not mapped to any record
public dry ( ) : boolean
return boolean
コード例 #1
0
ファイル: cortex.php プロジェクト: mglinski/pathfinder
 public function dry()
 {
     return $this->mapper->dry();
 }