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

Returns the position of the current entry.
public key ( ) : integer
Результат integer Current position
 public function key()
 {
     return $this->elasticaResultSet->key();
 }