コード例 #1
0
ファイル: Document.php プロジェクト: aakb/bpi-client
 /**
  * Iterate to next item
  *
  * @group Iterator
  */
 function next()
 {
     $this->crawler->next();
 }