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\AsynchronousOperations\Api\Data;
/**
* Class OperationInterface
* @api
* @since 100.2.0
*/
interface OperationInterface extends \Magento\Framework\Bulk\OperationInterface
{
/**
* Retrieve existing extension attributes object.
*
* @return \Magento\AsynchronousOperations\Api\Data\OperationExtensionInterface|null
* @since 100.2.0
*/
public function getExtensionAttributes();
/**
* Set an extension attributes object.
*
* @param \Magento\AsynchronousOperations\Api\Data\OperationExtensionInterface $extensionAttributes
* @return $this
* @since 100.2.0
*/
public function setExtensionAttributes(
\Magento\AsynchronousOperations\Api\Data\OperationExtensionInterface $extensionAttributes
);
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\AsynchronousOperations\Api\Data;
/**
* Class OperationInterface
* @api
* @since 100.2.0
*/
interface OperationInterface extends \Magento\Framework\Bulk\OperationInterface
{
/**
* Retrieve existing extension attributes object.
*
* @return \Magento\AsynchronousOperations\Api\Data\OperationExtensionInterface|null
* @since 100.2.0
*/
public function getExtensionAttributes();
/**
* Set an extension attributes object.
*
* @param \Magento\AsynchronousOperations\Api\Data\OperationExtensionInterface $extensionAttributes
* @return $this
* @since 100.2.0
*/
public function setExtensionAttributes(
\Magento\AsynchronousOperations\Api\Data\OperationExtensionInterface $extensionAttributes
);
}
Function Calls
None |
Stats
MD5 | 475d4f65d44a9735bd7feb928bc422ff |
Eval Count | 0 |
Decode Time | 111 ms |