| Current Path : /var/www/html/erauniversity.sumar.biz/lib/spout/src/Spout/Reader/ |
| Current File : /var/www/html/erauniversity.sumar.biz/lib/spout/src/Spout/Reader/IteratorInterface.php |
<?php
namespace Box\Spout\Reader;
/**
* Interface IteratorInterface
*/
interface IteratorInterface extends \Iterator
{
/**
* Cleans up what was created to iterate over the object.
*
* @return void
*/
public function end();
}