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\Data;
/**
* @api
* @since 100.0.2
*/
interface CategoryAttributeSearchResultsInterface extends \Magento\Framework\Api\SearchResultsInterface
{
/**
* Get attributes list.
*
* @return \Magento\Catalog\Api\Data\CategoryAttributeInterface[]
*/
public function getItems();
/**
* Set attributes list.
*
* @param \Magento\Catalog\Api\Data\CategoryAttributeInterface[] $items
* @return $this
*/
public function setItems(array $items);
}
?>
Did this file decode correctly?
Original Code
<?php
/**
*
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Api\Data;
/**
* @api
* @since 100.0.2
*/
interface CategoryAttributeSearchResultsInterface extends \Magento\Framework\Api\SearchResultsInterface
{
/**
* Get attributes list.
*
* @return \Magento\Catalog\Api\Data\CategoryAttributeInterface[]
*/
public function getItems();
/**
* Set attributes list.
*
* @param \Magento\Catalog\Api\Data\CategoryAttributeInterface[] $items
* @return $this
*/
public function setItems(array $items);
}
Function Calls
None |
Stats
MD5 | 1aebcdd5e9bb17f401eb2b219a787744 |
Eval Count | 0 |
Decode Time | 94 ms |