current() public method

public current ( )
Esempio n. 1
0
 /**
  * @return \Sokil\Mongo\Document
  */
 public function current()
 {
     return $this->cursor->current();
 }