Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Copyright Magento, Inc. All rights reserved. * See COPYING.txt for license ..
Decoded Output download
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\Catalog\Model\ResourceModel\Product\Indexer\Price;
/**
* Interface for modifying price data in price index table.
*
* @api
*/
interface PriceModifierInterface
{
/**
* Modify price data.
*
* @param IndexTableStructure $priceTable
* @param array $entityIds
* @return void
*/
public function modifyPrice(IndexTableStructure $priceTable, array $entityIds = []) : void;
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\Catalog\Model\ResourceModel\Product\Indexer\Price;
/**
* Interface for modifying price data in price index table.
*
* @api
*/
interface PriceModifierInterface
{
/**
* Modify price data.
*
* @param IndexTableStructure $priceTable
* @param array $entityIds
* @return void
*/
public function modifyPrice(IndexTableStructure $priceTable, array $entityIds = []) : void;
}
Function Calls
| None |
Stats
| MD5 | 0fa261c98fa22bba96e7628831edee9c |
| Eval Count | 0 |
| Decode Time | 95 ms |