Your IP : 216.73.216.158


Current Path : /home/rtorresani/www/app/code/Amasty/Base/Model/Import/Behavior/
Upload File :
Current File : //home/rtorresani/www/app/code/Amasty/Base/Model/Import/Behavior/BehaviorInterface.php

<?php
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Magento 2 Base Package
 */

namespace Amasty\Base\Model\Import\Behavior;

/**
 * @since 1.4.6
 */
interface BehaviorInterface
{
    /**
     * @param array $importData
     *
     * @return \Magento\Framework\DataObject|void
     */
    public function execute(array $importData);
}