Current Path : /home/dev2.destoffenstraat.com/vendor-1/magento/framework/Mview/ |
Current File : /home/dev2.destoffenstraat.com/vendor-1/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); }