current() public méthode

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