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.
*/
namespace Magento\Bundle\Api;
/**
* Interface ProductOptionTypeListInterface
* @api
* @since 100.0.2
*/
interface ProductOptionTypeListInterface
{
/**
* Get all types for options for bundle products
*
* @return \Magento\Bundle\Api\Data\OptionTypeInterface[]
*/
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\Bundle\Api;
/**
* Interface ProductOptionTypeListInterface
* @api
* @since 100.0.2
*/
interface ProductOptionTypeListInterface
{
/**
* Get all types for options for bundle products
*
* @return \Magento\Bundle\Api\Data\OptionTypeInterface[]
*/
public function getItems();
}
Function Calls
| None |
Stats
| MD5 | 4bf1eedf76b0986363c0db1a1b024f58 |
| Eval Count | 0 |
| Decode Time | 88 ms |