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\Api;
/**
* @api
* @since 100.0.2
*/
interface ProductLinkTypeListInterface
{
/**
* Retrieve information about available product link types
*
* @return \Magento\Catalog\Api\Data\ProductLinkTypeInterface[]
*/
public function getItems();
/**
* Provide a list of the product link type attributes
*
* @param string $type
* @return \Magento\Catalog\Api\Data\ProductLinkAttributeInterface[]
*/
public function getItemAttributes($type);
}
?>
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 ProductLinkTypeListInterface
{
/**
* Retrieve information about available product link types
*
* @return \Magento\Catalog\Api\Data\ProductLinkTypeInterface[]
*/
public function getItems();
/**
* Provide a list of the product link type attributes
*
* @param string $type
* @return \Magento\Catalog\Api\Data\ProductLinkAttributeInterface[]
*/
public function getItemAttributes($type);
}
Function Calls
None |
Stats
MD5 | c942c1e3ee01db07a95aa3d2f30a2e32 |
Eval Count | 0 |
Decode Time | 113 ms |