Your IP : 216.73.216.95


Current Path : /var/www/ljmtc/cbt/lib/spout/src/Spout/Reader/
Upload File :
Current File : /var/www/ljmtc/cbt/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();
}