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;

/**
 * List of bulk operations. Used for mass save of operations via entity manager.
 * @api
 * @since 100.2.0
 */
interface OperationListInterface
{
    /**
     * Get list of operations.
     *
     * @return \Magento\AsynchronousOperations\Api\Data\OperationInterface[]
     * @since 100.2.0
     */
    public function getItems();
}
 ?>

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;

/**
 * List of bulk operations. Used for mass save of operations via entity manager.
 * @api
 * @since 100.2.0
 */
interface OperationListInterface
{
    /**
     * Get list of operations.
     *
     * @return \Magento\AsynchronousOperations\Api\Data\OperationInterface[]
     * @since 100.2.0
     */
    public function getItems();
}

Function Calls

None

Variables

None

Stats

MD5 c4c9822622dd9c15b12262092402bda6
Eval Count 0
Decode Time 100 ms