# fluentform/3.6.41/app/Services/Spout/Reader/IteratorInterface.php

Fluent Forms – Customizable Contact Forms, Survey, Quiz, &amp; Conversational Form Builder, version 3.6.41. 19 lines.

- Page: https://pluginprobe.com/plugins/fluentform/3.6.41/code/app/Services/Spout/Reader/IteratorInterface.php
- Raw: https://pluginprobe.com/plugins/fluentform/3.6.41/raw/app/Services/Spout/Reader/IteratorInterface.php
- Modified: 2019-05-31T20:28:28+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluentform/3.6.41/code/app/Services/Spout/Reader/IteratorInterface.php#L10-L20`.

```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();
}

```
