key() public method

Returns the position of the current entry.
public key ( ) : integer
return integer Current position
 public function key()
 {
     return $this->elasticaResultSet->key();
 }