yii\mongodb\BatchQueryResult::current PHP Méthode

current() public méthode

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