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 licen..
Decoded Output download
<?php
/**
*
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Api;
/**
* Interface which provides product renders information for products.
*
* @api
* @since 102.0.0
*/
interface ProductRenderListInterface
{
/**
* Collect and retrieve the list of product render info.
*
* This info contains raw prices and formatted prices, product name, stock status, store_id, etc.
*
* @see \Magento\Catalog\Api\Data\ProductRenderInfoDtoInterface
*
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
* @param int $storeId
* @param string $currencyCode
* @return \Magento\Catalog\Api\Data\ProductRenderSearchResultsInterface
* @since 102.0.0
*/
public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria, $storeId, $currencyCode);
}
?>
Did this file decode correctly?
Original Code
<?php
/**
*
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Api;
/**
* Interface which provides product renders information for products.
*
* @api
* @since 102.0.0
*/
interface ProductRenderListInterface
{
/**
* Collect and retrieve the list of product render info.
*
* This info contains raw prices and formatted prices, product name, stock status, store_id, etc.
*
* @see \Magento\Catalog\Api\Data\ProductRenderInfoDtoInterface
*
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
* @param int $storeId
* @param string $currencyCode
* @return \Magento\Catalog\Api\Data\ProductRenderSearchResultsInterface
* @since 102.0.0
*/
public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria, $storeId, $currencyCode);
}
Function Calls
None |
Stats
MD5 | a796995454fa3780bbe306e755db9e58 |
Eval Count | 0 |
Decode Time | 97 ms |