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 /** * Interface for presentation renderers * * PHP version 5.5 * * @category ..
Decoded Output download
<?php
/**
* Interface for presentation renderers
*
* PHP version 5.5
*
* @category OpCacheGUI
* @package Presentation
* @author Pieter Hordijk <[email protected]>
* @copyright Copyright (c) 2014 Pieter Hordijk <https://github.com/PeeHaa>
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 1.0.0
*/
namespace OpCacheGUI\Presentation;
/**
* Interface for presentation renderers
*
* @category OpCacheGUI
* @package Presentation
* @author Pieter Hordijk <[email protected]>
*/
interface Renderer
{
/**
* Renders a template
*
* @param string $template The template to render
* @param array $data The data to use in the template
*/
public function render($template, array $data = []);
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Interface for presentation renderers
*
* PHP version 5.5
*
* @category OpCacheGUI
* @package Presentation
* @author Pieter Hordijk <[email protected]>
* @copyright Copyright (c) 2014 Pieter Hordijk <https://github.com/PeeHaa>
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 1.0.0
*/
namespace OpCacheGUI\Presentation;
/**
* Interface for presentation renderers
*
* @category OpCacheGUI
* @package Presentation
* @author Pieter Hordijk <[email protected]>
*/
interface Renderer
{
/**
* Renders a template
*
* @param string $template The template to render
* @param array $data The data to use in the template
*/
public function render($template, array $data = []);
}
Function Calls
None |
Stats
MD5 | cb326bff5d653871c13e517392e4446c |
Eval Count | 0 |
Decode Time | 78 ms |