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\Model\Layer\Category;
use Magento\Catalog\Model\Layer\ItemCollectionProviderInterface;
class ItemCollectionProvider implements ItemCollectionProviderInterface
{
/**
* @param \Magento\Catalog\Model\Category $category
* @return \Magento\Catalog\Model\ResourceModel\Product\Collection
*/
public function getCollection(\Magento\Catalog\Model\Category $category)
{
return $category->getProductCollection();
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
*
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Model\Layer\Category;
use Magento\Catalog\Model\Layer\ItemCollectionProviderInterface;
class ItemCollectionProvider implements ItemCollectionProviderInterface
{
/**
* @param \Magento\Catalog\Model\Category $category
* @return \Magento\Catalog\Model\ResourceModel\Product\Collection
*/
public function getCollection(\Magento\Catalog\Model\Category $category)
{
return $category->getProductCollection();
}
}
Function Calls
None |
Stats
MD5 | 12b0a9941f8282ac6b990a18bc716793 |
Eval Count | 0 |
Decode Time | 121 ms |