コード例 #1
0
ファイル: class.itemlist.php プロジェクト: biow0lf/evedev-kb
 /**
  * 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();
 }