Ejemplo n.º 1
0
 /**
  * Rewind the list of items to the start.
  */
 function rewind()
 {
     $this->qry->rewind();
 }
Ejemplo n.º 2
0
 /**
  * Rewind to the first contract in the list.
  */
 public function rewind()
 {
     $this->contractcounter = 1;
     $this->qry->rewind();
 }