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 licen..

Decoded Output download

<?php
/**
 *
 * Copyright  Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
declare(strict_types=1);

namespace Magento\Bundle\Api;

/**
 * Interface for Bulk children addition
 */
interface ProductLinkManagementAddChildrenInterface
{
    /**
     * Bulk add children operation
     *
     * @param \Magento\Catalog\Api\Data\ProductInterface $product
     * @param int $optionId
     * @param \Magento\Bundle\Api\Data\LinkInterface[] $linkedProducts
     * @throws \Magento\Framework\Exception\NoSuchEntityException
     * @throws \Magento\Framework\Exception\CouldNotSaveException
     * @throws \Magento\Framework\Exception\InputException
     * @return void
     */
    public function addChildren(
        \Magento\Catalog\Api\Data\ProductInterface $product,
        int $optionId,
        array $linkedProducts
    );
}
 ?>

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

/**
 * Interface for Bulk children addition
 */
interface ProductLinkManagementAddChildrenInterface
{
    /**
     * Bulk add children operation
     *
     * @param \Magento\Catalog\Api\Data\ProductInterface $product
     * @param int $optionId
     * @param \Magento\Bundle\Api\Data\LinkInterface[] $linkedProducts
     * @throws \Magento\Framework\Exception\NoSuchEntityException
     * @throws \Magento\Framework\Exception\CouldNotSaveException
     * @throws \Magento\Framework\Exception\InputException
     * @return void
     */
    public function addChildren(
        \Magento\Catalog\Api\Data\ProductInterface $product,
        int $optionId,
        array $linkedProducts
    );
}

Function Calls

None

Variables

None

Stats

MD5 ba6c039864092aed46bb351c02034794
Eval Count 0
Decode Time 92 ms