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\Catalog\Model\Indexer\Category\Flat;
/**
* @api
* @since 100.0.2
*/
class State extends \Magento\Catalog\Model\Indexer\AbstractFlatState
{
/**
* Indexer ID in configuration
*/
const INDEXER_ID = 'catalog_category_flat';
/**
* Flat Is Enabled Config XML Path
*/
const INDEXER_ENABLED_XML_PATH = 'catalog/frontend/flat_catalog_category';
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Model\Indexer\Category\Flat;
/**
* @api
* @since 100.0.2
*/
class State extends \Magento\Catalog\Model\Indexer\AbstractFlatState
{
/**
* Indexer ID in configuration
*/
const INDEXER_ID = 'catalog_category_flat';
/**
* Flat Is Enabled Config XML Path
*/
const INDEXER_ENABLED_XML_PATH = 'catalog/frontend/flat_catalog_category';
}
Function Calls
None |
Stats
MD5 | 45b5dbab0b9164e2eb17f5bad1681b7e |
Eval Count | 0 |
Decode Time | 80 ms |