RedBeanPHP\Cursor\PDOCursor::close PHP Method

close() public method

See also: Cursor::close
public close ( )
    public function close()
    {
        $this->res->closeCursor();
    }