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.
 */

declare(strict_types=1);

namespace Magento\Catalog\Model\ResourceModel\Product\Compare;

use Magento\Framework\Model\ResourceModel\Db\AbstractDb;

/**
 * Compare List resource class
 */
class CompareList extends AbstractDb
{
    /**
     * @inheritdoc
     */
    protected function _construct()
    {
        $this->_init('catalog_compare_list', 'list_id');
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Copyright  Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

declare(strict_types=1);

namespace Magento\Catalog\Model\ResourceModel\Product\Compare;

use Magento\Framework\Model\ResourceModel\Db\AbstractDb;

/**
 * Compare List resource class
 */
class CompareList extends AbstractDb
{
    /**
     * @inheritdoc
     */
    protected function _construct()
    {
        $this->_init('catalog_compare_list', 'list_id');
    }
}

Function Calls

None

Variables

None

Stats

MD5 9c7d6aa9f3892ff424d3a8be0c9608a6
Eval Count 0
Decode Time 102 ms