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.
*/
/**
* Product price block
*
*/
namespace Magento\Catalog\Block\Adminhtml\Product;
class Price extends \Magento\Catalog\Block\Product\Price
{
/**
* @param null|string|bool|int|\Magento\Store\Model\Store $storeId
* @return bool|\Magento\Store\Model\Website
*/
public function getWebsite($storeId)
{
return $this->_storeManager->getStore($storeId)->getWebsite();
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/**
* Product price block
*
*/
namespace Magento\Catalog\Block\Adminhtml\Product;
class Price extends \Magento\Catalog\Block\Product\Price
{
/**
* @param null|string|bool|int|\Magento\Store\Model\Store $storeId
* @return bool|\Magento\Store\Model\Website
*/
public function getWebsite($storeId)
{
return $this->_storeManager->getStore($storeId)->getWebsite();
}
}
Function Calls
None |
Stats
MD5 | 4748bb29f0ce60771e4cec5b70fd32aa |
Eval Count | 0 |
Decode Time | 104 ms |