コード例 #1
0
ファイル: LinkMany.php プロジェクト: harp-orm/harp
 /**
  * Implement Iterator
  */
 public function rewind()
 {
     $this->current->rewind();
     return $this;
 }