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