Example #1
0
 /**
  * Rewind the Iterator to the first result item
  * Implements Iterator
  *
  * @throws \Zend\Ldap\Exception
  */
 public function rewind()
 {
     $this->_iterator->rewind();
     $this->_current = 0;
 }