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\Column\Renderer\Checkboxes;
class Extended extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Checkbox
{
/**
* Prepare data for renderer
*
* @return array
*/
public function _getValues()
{
return $this->getColumn()->getValues();
}
}
?>
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\Column\Renderer\Checkboxes;
class Extended extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\Checkbox
{
/**
* Prepare data for renderer
*
* @return array
*/
public function _getValues()
{
return $this->getColumn()->getValues();
}
}
Function Calls
None |
Stats
MD5 | 0d44ec6a6768902b280bf5bbbd337ffd |
Eval Count | 0 |
Decode Time | 120 ms |