Pheasant\Database\Mysqli\ResultIterator::__destruct PHP Method

__destruct() public method

Destructor Frees the Result object
public __destruct ( )
    public function __destruct()
    {
        $this->_result->free();
    }