current() 공개 메소드

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