yii\elasticsearch\BatchQueryResult::__destruct PHP Method

__destruct() public method

Destructor.
public __destruct ( )
    public function __destruct()
    {
        // make sure cursor is closed
        $this->reset();
    }