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\Model\View\Layout;
use Magento\Framework\App;
use Magento\Framework\Event;
use Magento\Framework\View;
/**
* @api
* @since 100.0.2
*/
class Builder extends \Magento\Framework\View\Layout\Builder
{
/**
* @return $this
*/
protected function afterGenerateBlock()
{
$this->layout->initMessages();
return $this;
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Backend\Model\View\Layout;
use Magento\Framework\App;
use Magento\Framework\Event;
use Magento\Framework\View;
/**
* @api
* @since 100.0.2
*/
class Builder extends \Magento\Framework\View\Layout\Builder
{
/**
* @return $this
*/
protected function afterGenerateBlock()
{
$this->layout->initMessages();
return $this;
}
}
Function Calls
None |
Stats
MD5 | 6ccb343d4cf3bb9a6ff14a712a085eb7 |
Eval Count | 0 |
Decode Time | 90 ms |