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\Catalog\Api;
/**
* @api
* @since 100.0.2
*/
interface AttributeSetManagementInterface
{
/**
* Create attribute set from data
*
* @param \Magento\Eav\Api\Data\AttributeSetInterface $attributeSet
* @param int $skeletonId
* @return \Magento\Eav\Api\Data\AttributeSetInterface
* @throws \Magento\Framework\Exception\InputException
* @throws \Magento\Framework\Exception\NoSuchEntityException
*/
public function create(\Magento\Eav\Api\Data\AttributeSetInterface $attributeSet, $skeletonId);
}
?>
Did this file decode correctly?
Original Code
<?php
/**
*
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Api;
/**
* @api
* @since 100.0.2
*/
interface AttributeSetManagementInterface
{
/**
* Create attribute set from data
*
* @param \Magento\Eav\Api\Data\AttributeSetInterface $attributeSet
* @param int $skeletonId
* @return \Magento\Eav\Api\Data\AttributeSetInterface
* @throws \Magento\Framework\Exception\InputException
* @throws \Magento\Framework\Exception\NoSuchEntityException
*/
public function create(\Magento\Eav\Api\Data\AttributeSetInterface $attributeSet, $skeletonId);
}
Function Calls
None |
Stats
MD5 | acfed3d896cc55f6de19de3ff6b5b7ba |
Eval Count | 0 |
Decode Time | 102 ms |