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\Pricing\Price;
/**
* Tier price interface
*
* @api
* @since 100.0.2
*/
interface TierPriceInterface
{
/**
* @return array
*/
public function getTierPriceList();
/**
* @return int
*/
public function getTierPriceCount();
/**
* @return bool
*/
public function isPercentageDiscount();
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Pricing\Price;
/**
* Tier price interface
*
* @api
* @since 100.0.2
*/
interface TierPriceInterface
{
/**
* @return array
*/
public function getTierPriceList();
/**
* @return int
*/
public function getTierPriceCount();
/**
* @return bool
*/
public function isPercentageDiscount();
}
Function Calls
None |
Stats
MD5 | a0309a14c687950655c986c7d615a5b9 |
Eval Count | 0 |
Decode Time | 89 ms |