示例#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();
 }