Your IP : 216.73.217.13


Current Path : /var/www/www.indacotrentino.com/www/app/code/Amasty/ExportCore/Api/
Upload File :
Current File : //var/www/www.indacotrentino.com/www/app/code/Amasty/ExportCore/Api/CollectionModifierInterface.php

<?php
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Export Core for Magento 2 (System)
 */

namespace Amasty\ExportCore\Api;

use Amasty\ExportCore\Api\ExportProcessInterface;

interface CollectionModifierInterface
{
    public function apply(\Magento\Framework\Data\Collection $collection)
        : \Amasty\ExportCore\Api\CollectionModifierInterface;
}