Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/app/Firebear/ImportExport/Model/Import/
Upload File :
Current File : /home/dev2.destoffenstraat.com/app/Firebear/ImportExport/Model/Import/ImportAdapterInterface.php

<?php
/**
 * @copyright: Copyright © 2017 Firebear Studio. All rights reserved.
 * @author   : Firebear Studio <fbeardev@gmail.com>
 */

namespace Firebear\ImportExport\Model\Import;

/**
 * Import Adapter Interface
 *
 */
interface ImportAdapterInterface
{
    /**
     * Retrieve All Fields Source
     *
     * @return array
     */
    public function getAllFields();
}