Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/code/Amasty/ExportCore/Api/VirtualField/
Upload File :
Current File : //home/rtorresani/www/app/code/Amasty/ExportCore/Api/VirtualField/GeneratorInterface.php

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

namespace Amasty\ExportCore\Api\VirtualField;

interface GeneratorInterface
{
    /**
     * @param array $currentRecord
     * @return mixed
     */
    public function generateValue(array $currentRecord);
}