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\Data;
use Magento\Framework\Api\SearchResultsInterface;
/**
* @api
* @since 102.0.0
*/
interface CategorySearchResultsInterface extends SearchResultsInterface
{
/**
* Get categories
*
* @return \Magento\Catalog\Api\Data\CategoryInterface[]
* @since 102.0.0
*/
public function getItems();
/**
* Set categories
*
* @param \Magento\Catalog\Api\Data\CategoryInterface[] $items
* @return $this
* @since 102.0.0
*/
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;
use Magento\Framework\Api\SearchResultsInterface;
/**
* @api
* @since 102.0.0
*/
interface CategorySearchResultsInterface extends SearchResultsInterface
{
/**
* Get categories
*
* @return \Magento\Catalog\Api\Data\CategoryInterface[]
* @since 102.0.0
*/
public function getItems();
/**
* Set categories
*
* @param \Magento\Catalog\Api\Data\CategoryInterface[] $items
* @return $this
* @since 102.0.0
*/
public function setItems(array $items);
}
Function Calls
| None |
Stats
| MD5 | a0e2ac32459c1526821bf8ac79c5e6fa |
| Eval Count | 0 |
| Decode Time | 84 ms |