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\Layer\Filter\Dynamic;
/**
* @api
* @since 100.0.2
*/
interface AlgorithmInterface
{
/**
* @param int[] $intervals
* @param string $additionalRequestData
* @return array
*/
public function getItemsData(array $intervals = [], $additionalRequestData = '');
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Model\Layer\Filter\Dynamic;
/**
* @api
* @since 100.0.2
*/
interface AlgorithmInterface
{
/**
* @param int[] $intervals
* @param string $additionalRequestData
* @return array
*/
public function getItemsData(array $intervals = [], $additionalRequestData = '');
}
Function Calls
None |
Stats
MD5 | 8770adc9a35e032f43de9ab4b82eb5a1 |
Eval Count | 0 |
Decode Time | 87 ms |