yii\elasticsearch\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;
    }