key() public method

Returns the position of the current entry.
public key ( ) : integer
return integer Current position
コード例 #1
0
 public function key()
 {
     return $this->elasticaResultSet->key();
 }