yii\elasticsearch\BatchQueryResult::key PHP Méthode

key() public méthode

This method is required by the interface [[\Iterator]].
public key ( ) : integer
Résultat integer the index of the current row.
    public function key()
    {
        return $this->_key;
    }