# jc-importer/2.15.0/class/Common/Importer/IndexedFileInterface.php

Import WP – CSV &amp; XML Import Export for WordPress, version 2.15.0. 12 lines.

- Page: https://pluginprobe.com/plugins/jc-importer/2.15.0/code/class/Common/Importer/IndexedFileInterface.php
- Raw: https://pluginprobe.com/plugins/jc-importer/2.15.0/raw/class/Common/Importer/IndexedFileInterface.php
- Modified: 2020-09-22T19:27:48+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/jc-importer/2.15.0/code/class/Common/Importer/IndexedFileInterface.php#L10-L20`.

```php
<?php

namespace ImportWP\Common\Importer;

interface IndexedFileInterface
{

    function loadIndex();
    function saveIndex();
    function generateIndex();
}

```
