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\Config\Source;
use Magento\Framework\Data\OptionSourceInterface;
/**
* Interface ProductPriceOptionsInterface
*
* @api
*/
interface ProductPriceOptionsInterface extends OptionSourceInterface
{
/**#@+
* Values
*/
const VALUE_FIXED = 'fixed';
const VALUE_PERCENT = 'percent';
/**#@-*/
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Model\Config\Source;
use Magento\Framework\Data\OptionSourceInterface;
/**
* Interface ProductPriceOptionsInterface
*
* @api
*/
interface ProductPriceOptionsInterface extends OptionSourceInterface
{
/**#@+
* Values
*/
const VALUE_FIXED = 'fixed';
const VALUE_PERCENT = 'percent';
/**#@-*/
}
Function Calls
None |
Stats
MD5 | 89106e201c824dcf7ca5d4ef06978f65 |
Eval Count | 0 |
Decode Time | 90 ms |