예제 #1
0
 /**
  * Move forward to next result item
  * Implements Iterator
  *
  * @throws \Zend\Ldap\Exception
  */
 public function next()
 {
     $this->_iterator->next();
     $this->_current++;
 }