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\AsynchronousOperations\Api;

/**
 * Interface BulkStatusInterface.
 *
 * Bulk summary data with list of operations items short data.
 *
 * @api
 * @since 100.2.3
 */
interface BulkStatusInterface extends \Magento\Framework\Bulk\BulkStatusInterface
{
    /**
     * Get Bulk summary data with list of operations items full data.
     *
     * @param string $bulkUuid
     * @return \Magento\AsynchronousOperations\Api\Data\DetailedBulkOperationsStatusInterface
     * @throws \Magento\Framework\Exception\NoSuchEntityException
     * @since 100.2.3
     */
    public function getBulkDetailedStatus($bulkUuid);

    /**
     * Get Bulk summary data with list of operations items short data.
     *
     * @param string $bulkUuid
     * @return \Magento\AsynchronousOperations\Api\Data\BulkOperationsStatusInterface
     * @throws \Magento\Framework\Exception\NoSuchEntityException
     * @since 100.2.3
     */
    public function getBulkShortStatus($bulkUuid);
}
 ?>

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\AsynchronousOperations\Api;

/**
 * Interface BulkStatusInterface.
 *
 * Bulk summary data with list of operations items short data.
 *
 * @api
 * @since 100.2.3
 */
interface BulkStatusInterface extends \Magento\Framework\Bulk\BulkStatusInterface
{
    /**
     * Get Bulk summary data with list of operations items full data.
     *
     * @param string $bulkUuid
     * @return \Magento\AsynchronousOperations\Api\Data\DetailedBulkOperationsStatusInterface
     * @throws \Magento\Framework\Exception\NoSuchEntityException
     * @since 100.2.3
     */
    public function getBulkDetailedStatus($bulkUuid);

    /**
     * Get Bulk summary data with list of operations items short data.
     *
     * @param string $bulkUuid
     * @return \Magento\AsynchronousOperations\Api\Data\BulkOperationsStatusInterface
     * @throws \Magento\Framework\Exception\NoSuchEntityException
     * @since 100.2.3
     */
    public function getBulkShortStatus($bulkUuid);
}

Function Calls

None

Variables

None

Stats

MD5 f421c13c63d6f132e5edddae2856fc24
Eval Count 0
Decode Time 131 ms