コード例 #1
0
ファイル: Collections.php プロジェクト: robtro/php-bandwidth
 /**
  * iterator over the listing
  * object
  * @return a CollectionIterator
  */
 public function listIterator()
 {
     $args = Ensure::input(func_get_args());
     /**
      * collection
      * iterator should point
      * to our collection
      */
     return new CollectionIterator($this, $args->get());
 }