| Current Path : /var/www/www.indacotrentino.com/www/app/code/Amasty/ExportCore/Api/ |
| Current File : //var/www/www.indacotrentino.com/www/app/code/Amasty/ExportCore/Api/ActionInterface.php |
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Export Core for Magento 2 (System)
*/
namespace Amasty\ExportCore\Api;
interface ActionInterface
{
public function initialize(ExportProcessInterface $exportProcess);
public function execute(ExportProcessInterface $exportProcess);
}