index of
/
home
/
thefkyzp
/
www
/
wp-content
/
plugins
/
fluentform
/
app
/
Services
/
Spout
/
Reader
/
File: /home/thefkyzp/www/wp-content/plugins/fluentform/app/Services/Spout/Reader/IteratorInterface.php
<?php namespace Box\Spout\Reader; /** * Interface IteratorInterface * * @package Box\Spout\Reader */ interface IteratorInterface extends \Iterator { /** * Cleans up what was created to iterate over the object. * * @return void */ public function end(); }