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 /** * Attribute mapper that is used to build frontend representation of attribute ..
Decoded Output download
<?php
/**
* Attribute mapper that is used to build frontend representation of attribute
*
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Model\Entity\Product\Attribute\Group;
use Magento\Eav\Model\Entity\Attribute;
/**
* Interface \Magento\Catalog\Model\Entity\Product\Attribute\Group\AttributeMapperInterface
*
* @api
*/
interface AttributeMapperInterface
{
/**
* Map attribute to presentation format
*
* @param Attribute $attribute
* @return array
*/
public function map(Attribute $attribute);
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Attribute mapper that is used to build frontend representation of attribute
*
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Model\Entity\Product\Attribute\Group;
use Magento\Eav\Model\Entity\Attribute;
/**
* Interface \Magento\Catalog\Model\Entity\Product\Attribute\Group\AttributeMapperInterface
*
* @api
*/
interface AttributeMapperInterface
{
/**
* Map attribute to presentation format
*
* @param Attribute $attribute
* @return array
*/
public function map(Attribute $attribute);
}
Function Calls
| None |
Stats
| MD5 | 216b46e324e1108a249259efa79c6925 |
| Eval Count | 0 |
| Decode Time | 79 ms |