[ Index ]

PHP Cross Reference of Moodle 310

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  interface IteratorInterface extends \Iterator
   9  {
  10      /**
  11       * Cleans up what was created to iterate over the object.
  12       *
  13       * @return void
  14       */
  15      public function end();
  16  }


Generated: Wed Jan 22 11:59:49 2025 Cross-referenced by PHPXref 0.7.1