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.
*/
/**
* Import proxy product model
*/
namespace Magento\CatalogImportExport\Model\Import\Proxy;
class Product extends \Magento\Catalog\Model\Product
{
/**
* DO NOT Initialize resources.
*
* @return void
* @phpcs:disable Magento2.CodeAnalysis.EmptyBlock.DetectedFunction
*/
protected function _construct()
{
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/**
* Import proxy product model
*/
namespace Magento\CatalogImportExport\Model\Import\Proxy;
class Product extends \Magento\Catalog\Model\Product
{
/**
* DO NOT Initialize resources.
*
* @return void
* @phpcs:disable Magento2.CodeAnalysis.EmptyBlock.DetectedFunction
*/
protected function _construct()
{
}
}
Function Calls
| None |
Stats
| MD5 | ae9d846716bb767bc6393d129e848f1d |
| Eval Count | 0 |
| Decode Time | 96 ms |