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\CatalogInventory\Model\Indexer\Stock;
class Processor extends \Magento\Framework\Indexer\AbstractProcessor
{
/**
* Get Indexer ID for cataloginventory_stock
*/
const INDEXER_ID = 'cataloginventory_stock';
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\CatalogInventory\Model\Indexer\Stock;
class Processor extends \Magento\Framework\Indexer\AbstractProcessor
{
/**
* Get Indexer ID for cataloginventory_stock
*/
const INDEXER_ID = 'cataloginventory_stock';
}
Function Calls
None |
Stats
MD5 | a44816bcf48da9b407954a0734f92e0a |
Eval Count | 0 |
Decode Time | 85 ms |