| Current Path : /home/rtorresani/www/app/code/Amasty/ImportCore/Api/Config/Relation/ |
| Current File : //home/rtorresani/www/app/code/Amasty/ImportCore/Api/Config/Relation/RelationActionInterface.php |
<?php
/**
* @author Amasty Team
* @copyright Copyright (c) Amasty (https://www.amasty.com)
* @package Import Core for Magento 2 (System)
*/
namespace Amasty\ImportCore\Api\Config\Relation;
/**
* Relation action config
*/
interface RelationActionInterface
{
/**
* @return \Amasty\ImportExportCore\Api\Config\ConfigClass\ConfigClassInterface
*/
public function getConfigClass();
/**
* @param \Amasty\ImportExportCore\Api\Config\ConfigClass\ConfigClassInterface $configClass
*
* @return void
*/
public function setConfigClass($configClass);
}