yii\mongodb\BatchQueryResult::current PHP Method

current() public method

This method is required by the interface Iterator.
public current ( ) : mixed
return mixed the current dataset.
    public function current()
    {
        return $this->_value;
    }