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\Block\Catalog\Product\View\Type\Bundle\Option;
/**
* Bundle option radiobox type renderer
*
* @api
* @since 100.0.2
*/
class Radio extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Option
{
/**
* @var string
*/
protected $_template = 'Magento_Bundle::catalog/product/view/type/bundle/option/radio.phtml';
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Option;
/**
* Bundle option radiobox type renderer
*
* @api
* @since 100.0.2
*/
class Radio extends \Magento\Bundle\Block\Catalog\Product\View\Type\Bundle\Option
{
/**
* @var string
*/
protected $_template = 'Magento_Bundle::catalog/product/view/type/bundle/option/radio.phtml';
}
Function Calls
None |
Stats
MD5 | 22f5f9baec62ea2b474b07a72de25130 |
Eval Count | 0 |
Decode Time | 135 ms |