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\Backend\Block\Widget\Grid\Massaction\Item\Additional;

/**
 * Backend grid widget massaction item additional action interface
 *
 * @author      Magento Core Team <[email protected]>
 * @api
 */
interface AdditionalInterface
{
    /**
     * Create additional action from configuration
     *
     * @param array $configuration
     * @return $this
     */
    public function createFromConfiguration(array $configuration);
}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Copyright  Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Backend\Block\Widget\Grid\Massaction\Item\Additional;

/**
 * Backend grid widget massaction item additional action interface
 *
 * @author      Magento Core Team <[email protected]>
 * @api
 */
interface AdditionalInterface
{
    /**
     * Create additional action from configuration
     *
     * @param array $configuration
     * @return $this
     */
    public function createFromConfiguration(array $configuration);
}

Function Calls

None

Variables

None

Stats

MD5 f3c37a34e275bccb5b73c5b622859f8b
Eval Count 0
Decode Time 98 ms