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 licen..
Decoded Output download
<?php
/**
*
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Controller\Adminhtml\Product;
class AlertsPriceGrid extends AbstractProductGrid
{
/**
* Get alerts price grid
*
* @return \Magento\Framework\Controller\ResultInterface
*/
public function execute()
{
return $this->resultLayoutFactory->create();
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
*
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Controller\Adminhtml\Product;
class AlertsPriceGrid extends AbstractProductGrid
{
/**
* Get alerts price grid
*
* @return \Magento\Framework\Controller\ResultInterface
*/
public function execute()
{
return $this->resultLayoutFactory->create();
}
}
Function Calls
None |
Stats
MD5 | 74c8b072eb0e174c7e4d8899311ca66c |
Eval Count | 0 |
Decode Time | 78 ms |