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;
use Magento\CatalogInventory\Api\Data\StockCollectionInterface;
use Magento\Framework\Data\AbstractSearchResult;
/**
* Class Collection
* @package Magento\CatalogInventory\Model\ResourceModel\Stock
*/
class Collection extends AbstractSearchResult implements StockCollectionInterface
{
/**
* @inheritdoc
*/
protected function init()
{
$this->setDataInterfaceName(\Magento\CatalogInventory\Api\Data\StockInterface::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;
use Magento\CatalogInventory\Api\Data\StockCollectionInterface;
use Magento\Framework\Data\AbstractSearchResult;
/**
* Class Collection
* @package Magento\CatalogInventory\Model\ResourceModel\Stock
*/
class Collection extends AbstractSearchResult implements StockCollectionInterface
{
/**
* @inheritdoc
*/
protected function init()
{
$this->setDataInterfaceName(\Magento\CatalogInventory\Api\Data\StockInterface::class);
}
}
Function Calls
| None |
Stats
| MD5 | 336a2a59e472ff3667f1b518df806f1b |
| Eval Count | 0 |
| Decode Time | 94 ms |