lithium\data\source\Result::close PHP Method

close() public method

Close the resource.
public close ( ) : void
return void
    public function close()
    {
        unset($this->_resource);
        $this->_resource = null;
    }