| Current Path : /var/www/clients/client3/web2/web/vendor/magento/framework/Mview/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/framework/Mview/ActionInterface.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\Mview;
/**
* Interface \Magento\Framework\Mview\ActionInterface
*
*/
interface ActionInterface
{
/**
* Execute materialization on ids entities
*
* @param int[] $ids
* @return void
* @api
*/
public function execute($ids);
}