Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/framework/EntityManager/Operation/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/framework/EntityManager/Operation/ExtensionInterface.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Framework\EntityManager\Operation;

/**
 * Interface ExtensionInterface
 */
interface ExtensionInterface
{
    /**
     * Perform action on relation/extension attribute
     *
     * @param object $entity
     * @param array $arguments
     * @return object|bool
     */
    public function execute($entity, $arguments = []);
}