[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/spout/src/Spout/Reader/ -> IteratorInterface.php (source)

   1  <?php
   2  
   3  namespace Box\Spout\Reader;
   4  
   5  /**
   6   * Interface IteratorInterface
   7   *
   8   * @package Box\Spout\Reader
   9   */
  10  interface IteratorInterface extends \Iterator
  11  {
  12      /**
  13       * Cleans up what was created to iterate over the object.
  14       *
  15       * @return void
  16       */
  17      public function end();
  18  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1