# jc-importer/2.7.1/class/Common/Exporter/MapperInterface.php

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

- Page: https://pluginprobe.com/plugins/jc-importer/2.7.1/code/class/Common/Exporter/MapperInterface.php
- Raw: https://pluginprobe.com/plugins/jc-importer/2.7.1/raw/class/Common/Exporter/MapperInterface.php
- Modified: 2023-02-16T22:48:44+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.7.1/code/class/Common/Exporter/MapperInterface.php#L10-L20`.

```php
<?php

namespace ImportWP\Common\Exporter;

interface MapperInterface
{
    public function get_fields();
    public function have_records();
    public function found_records();
    public function set_filters($filters);
}

```
