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 licen..

Decoded Output download

<?php
/**
 *
 * Copyright  Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Bundle\Controller\Adminhtml\Bundle\Product\Edit;

use Magento\Catalog\Controller\Adminhtml\Product\Upsell as CatalogUpsell;
use Magento\Framework\App\Action\HttpPostActionInterface;

/**
 * Class Upsell
 *
 * @package Magento\Bundle\Controller\Adminhtml\Bundle\Product\Edit
 * @deprecated Not used since upsell products grid moved to UI components.
 * @see Magento_Catalog::view/adminhtml/ui_component/upsell_product_listing.xml
 */
class Upsell extends CatalogUpsell implements HttpPostActionInterface
{
}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 *
 * Copyright  Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Bundle\Controller\Adminhtml\Bundle\Product\Edit;

use Magento\Catalog\Controller\Adminhtml\Product\Upsell as CatalogUpsell;
use Magento\Framework\App\Action\HttpPostActionInterface;

/**
 * Class Upsell
 *
 * @package Magento\Bundle\Controller\Adminhtml\Bundle\Product\Edit
 * @deprecated Not used since upsell products grid moved to UI components.
 * @see Magento_Catalog::view/adminhtml/ui_component/upsell_product_listing.xml
 */
class Upsell extends CatalogUpsell implements HttpPostActionInterface
{
}

Function Calls

None

Variables

None

Stats

MD5 60abe09caa3836a5d38283f81d96e7bb
Eval Count 0
Decode Time 118 ms