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

/**
 * Chooser Container for "Product Link" Cms Widget Plugin
 *
 * @author     Magento Core Team <[email protected]>
 */
namespace Magento\Catalog\Block\Adminhtml\Product\Widget\Chooser;

use Magento\Backend\Block\Template;

class Container extends Template
{
    /**
     * @var string
     */
    protected $_template = 'Magento_Catalog::catalog/product/widget/chooser/container.phtml';
}
 ?>

Did this file decode correctly?

Original Code

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

/**
 * Chooser Container for "Product Link" Cms Widget Plugin
 *
 * @author     Magento Core Team <[email protected]>
 */
namespace Magento\Catalog\Block\Adminhtml\Product\Widget\Chooser;

use Magento\Backend\Block\Template;

class Container extends Template
{
    /**
     * @var string
     */
    protected $_template = 'Magento_Catalog::catalog/product/widget/chooser/container.phtml';
}

Function Calls

None

Variables

None

Stats

MD5 73734d54e27d63ef4350fa6e649e0a73
Eval Count 0
Decode Time 105 ms