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\Block\Adminhtml\Product\Edit\Action\Attribute;
/**
* Adminhtml catalog product edit action attributes update tabs block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Tabs extends \Magento\Backend\Block\Widget\Tabs
{
/**
* @return void
*/
protected function _construct()
{
parent::_construct();
$this->setId('attributes_update_tabs');
$this->setDestElementId('attributes-edit-form');
$this->setTitle(__('Products Information'));
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Block\Adminhtml\Product\Edit\Action\Attribute;
/**
* Adminhtml catalog product edit action attributes update tabs block
*
* @api
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
class Tabs extends \Magento\Backend\Block\Widget\Tabs
{
/**
* @return void
*/
protected function _construct()
{
parent::_construct();
$this->setId('attributes_update_tabs');
$this->setDestElementId('attributes-edit-form');
$this->setTitle(__('Products Information'));
}
}
Function Calls
None |
Stats
MD5 | 3a18a27a66dfa84e907899f2401911ca |
Eval Count | 0 |
Decode Time | 96 ms |