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.
*/
namespace Magento\Catalog\Model\ResourceModel\Product;
/**
* Provide Select object for retrieve product id with minimal price
*
* @api
*/
interface LinkedProductSelectBuilderInterface
{
/**
* Build Select objects
*
* @param int $productId
* @param int $storeId
* @return \Magento\Framework\DB\Select[]
*/
public function build(int $productId, int $storeId) : array;
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Model\ResourceModel\Product;
/**
* Provide Select object for retrieve product id with minimal price
*
* @api
*/
interface LinkedProductSelectBuilderInterface
{
/**
* Build Select objects
*
* @param int $productId
* @param int $storeId
* @return \Magento\Framework\DB\Select[]
*/
public function build(int $productId, int $storeId) : array;
}
Function Calls
| None |
Stats
| MD5 | b54e17753142876710490aa5b13edb3e |
| Eval Count | 0 |
| Decode Time | 104 ms |