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.
*/
declare(strict_types=1);
namespace Magento\Analytics\Model;
/**
* The interface represents the type of classes that handling of a new data collection for MBI.
*
* @api
*/
interface ExportDataHandlerInterface
{
/**
* Execute collecting new data for MBI.
*
* @return bool
*/
public function prepareExportData();
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\Analytics\Model;
/**
* The interface represents the type of classes that handling of a new data collection for MBI.
*
* @api
*/
interface ExportDataHandlerInterface
{
/**
* Execute collecting new data for MBI.
*
* @return bool
*/
public function prepareExportData();
}
Function Calls
None |
Stats
MD5 | 0c9f21c0548029fb10e26120e6a48fef |
Eval Count | 0 |
Decode Time | 107 ms |