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\CatalogInventory\Model\ResourceModel\Stock\Item;
use Magento\CatalogInventory\Api\Data\StockItemCollectionInterface;
use Magento\Framework\Data\AbstractSearchResult;
/**
* Class Collection
* @package Magento\CatalogInventory\Model\ResourceModel\Stock\Item
*/
class Collection extends AbstractSearchResult implements StockItemCollectionInterface
{
/**
* @inheritdoc
*/
protected function init()
{
$this->setDataInterfaceName(\Magento\CatalogInventory\Api\Data\StockItemInterface::class);
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\CatalogInventory\Model\ResourceModel\Stock\Item;
use Magento\CatalogInventory\Api\Data\StockItemCollectionInterface;
use Magento\Framework\Data\AbstractSearchResult;
/**
* Class Collection
* @package Magento\CatalogInventory\Model\ResourceModel\Stock\Item
*/
class Collection extends AbstractSearchResult implements StockItemCollectionInterface
{
/**
* @inheritdoc
*/
protected function init()
{
$this->setDataInterfaceName(\Magento\CatalogInventory\Api\Data\StockItemInterface::class);
}
}
Function Calls
None |
Stats
MD5 | c707850da1295095ad4a74d92ae6b7f5 |
Eval Count | 0 |
Decode Time | 89 ms |