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\Model\ResourceModel\Product\Indexer\Price;
/**
* Catalog Product Type Price Indexer interface
*
* @api
*
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
interface PriceInterface
{
/**
* Reindex temporary (price result data) for all products
*
* @return $this
*/
public function reindexAll();
/**
* Reindex temporary (price result data) for defined product(s)
*
* @param int|array $entityIds
* @return $this
*/
public function reindexEntity($entityIds);
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Model\ResourceModel\Product\Indexer\Price;
/**
* Catalog Product Type Price Indexer interface
*
* @api
*
* @author Magento Core Team <[email protected]>
* @since 100.0.2
*/
interface PriceInterface
{
/**
* Reindex temporary (price result data) for all products
*
* @return $this
*/
public function reindexAll();
/**
* Reindex temporary (price result data) for defined product(s)
*
* @param int|array $entityIds
* @return $this
*/
public function reindexEntity($entityIds);
}
Function Calls
| None |
Stats
| MD5 | 34098cc1737aef4b5a5646760ac4bddf |
| Eval Count | 0 |
| Decode Time | 137 ms |