예제 #1
0
 /**
  * Return the current position of the result set's iterator
  *
  * @return  int
  */
 public function getIteratorPosition()
 {
     return $this->query->getIteratorPosition();
 }