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;
/**
* Interface RepositoryInterface must be implemented in new model
* @api
* @since 100.0.2
*/
interface CategoryAttributeRepositoryInterface extends \Magento\Framework\Api\MetadataServiceInterface
{
/**
* Retrieve all attributes for entity type
*
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
* @return \Magento\Catalog\Api\Data\CategoryAttributeSearchResultsInterface
*/
public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
/**
* Retrieve specific attribute
*
* @param string $attributeCode
* @return \Magento\Catalog\Api\Data\CategoryAttributeInterface
*/
public function get($attributeCode);
}
?>
Did this file decode correctly?
Original Code
<?php
/**
*
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Api;
/**
* Interface RepositoryInterface must be implemented in new model
* @api
* @since 100.0.2
*/
interface CategoryAttributeRepositoryInterface extends \Magento\Framework\Api\MetadataServiceInterface
{
/**
* Retrieve all attributes for entity type
*
* @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
* @return \Magento\Catalog\Api\Data\CategoryAttributeSearchResultsInterface
*/
public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
/**
* Retrieve specific attribute
*
* @param string $attributeCode
* @return \Magento\Catalog\Api\Data\CategoryAttributeInterface
*/
public function get($attributeCode);
}
Function Calls
None |
Stats
MD5 | c5f3cf24907e35fa72d0fda94ff30df1 |
Eval Count | 0 |
Decode Time | 92 ms |