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\Catalog\Block\Adminhtml\Category;
/**
* @api
* @since 100.0.2
*/
class Edit extends \Magento\Framework\View\Element\Template
{
/**
* Return URL for refresh input element 'path' in form
*
* @return string
* @since 101.0.0
*/
public function getRefreshPathUrl()
{
return $this->getUrl('catalog/*/refreshPath', ['_current' => true]);
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Catalog\Block\Adminhtml\Category;
/**
* @api
* @since 100.0.2
*/
class Edit extends \Magento\Framework\View\Element\Template
{
/**
* Return URL for refresh input element 'path' in form
*
* @return string
* @since 101.0.0
*/
public function getRefreshPathUrl()
{
return $this->getUrl('catalog/*/refreshPath', ['_current' => true]);
}
}
Function Calls
| None |
Stats
| MD5 | 2906bb15a5b2443df8f8d0ea664af3ee |
| Eval Count | 0 |
| Decode Time | 73 ms |