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\Helper\Product\Configuration;
/**
* Interface for product configuration helpers
*
* @api
* @since 100.0.2
*/
interface ConfigurationInterface
{
/**
* Retrieves product options list
*
* @param \Magento\Catalog\Model\Product\Configuration\Item\ItemInterface $item
* @return array
*/
public function getOptions(\Magento\Catalog\Model\Product\Configuration\Item\ItemInterface $item);
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Helper\Product\Configuration;
/**
* Interface for product configuration helpers
*
* @api
* @since 100.0.2
*/
interface ConfigurationInterface
{
/**
* Retrieves product options list
*
* @param \Magento\Catalog\Model\Product\Configuration\Item\ItemInterface $item
* @return array
*/
public function getOptions(\Magento\Catalog\Model\Product\Configuration\Item\ItemInterface $item);
}
Function Calls
| None |
Stats
| MD5 | 6dc4d8f7ca3decc69e6e7a8b9ffe30cf |
| Eval Count | 0 |
| Decode Time | 100 ms |