コード例 #1
0
ファイル: Document.php プロジェクト: aakb/bpi-client
 /**
  * Key of current iteration position
  *
  * @group Iterator
  */
 function key()
 {
     return $this->crawler->key();
 }