yii\mongodb\BatchQueryResult::current PHP Метод

current() публичный Метод

This method is required by the interface Iterator.
public current ( ) : mixed
Результат mixed the current dataset.
    public function current()
    {
        return $this->_value;
    }