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\Bundle\Pricing\Price;
/**
* Option price interface
* @api
* @since 100.0.2
*/
interface BundleOptionPriceInterface
{
/**
* Return calculated options
*
* @return array
*/
public function getOptions();
/**
* @param \Magento\Bundle\Model\Selection $selection
* @return \Magento\Framework\Pricing\Amount\AmountInterface
*/
public function getOptionSelectionAmount($selection);
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Bundle\Pricing\Price;
/**
* Option price interface
* @api
* @since 100.0.2
*/
interface BundleOptionPriceInterface
{
/**
* Return calculated options
*
* @return array
*/
public function getOptions();
/**
* @param \Magento\Bundle\Model\Selection $selection
* @return \Magento\Framework\Pricing\Amount\AmountInterface
*/
public function getOptionSelectionAmount($selection);
}
Function Calls
None |
Stats
MD5 | e7ca94845e00cce56f2aa76be4118542 |
Eval Count | 0 |
Decode Time | 100 ms |