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\Attribute\Button;
class SaveInNewAttributeSet extends Generic
{
/**
* Get button data
*
* @return array
*/
public function getButtonData()
{
return [
'label' => __('Save in New Attribute Set'),
'data_attribute' => [
'mage-init' => [
'buttonAdapter' => [
'actions' => [
[
'targetName' => 'product_attribute_add_form.product_attribute_add_form',
'actionName' => 'saveAttributeInNewSet'
],
]
]
]
],
'on_click' => ''
];
}
}
?>
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\Attribute\Button;
class SaveInNewAttributeSet extends Generic
{
/**
* Get button data
*
* @return array
*/
public function getButtonData()
{
return [
'label' => __('Save in New Attribute Set'),
'data_attribute' => [
'mage-init' => [
'buttonAdapter' => [
'actions' => [
[
'targetName' => 'product_attribute_add_form.product_attribute_add_form',
'actionName' => 'saveAttributeInNewSet'
],
]
]
]
],
'on_click' => ''
];
}
}
Function Calls
None |
Stats
MD5 | 8aca4304b4752b836cd17de03e3549d8 |
Eval Count | 0 |
Decode Time | 93 ms |