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 /** * Joomlatools Framework - https://www.joomlatools.com/developer/framework/ * ..
Decoded Output download
<?php
/**
* Joomlatools Framework - https://www.joomlatools.com/developer/framework/
*
* @copyright Copyright (C) 2007 Johan Janssens and Timble CVBA. (http://www.timble.net)
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
* @link https://github.com/joomlatools/joomlatools-framework for the canonical source repository
*/
/**
* Koowa Object Locator
*
* @author Johan Janssens <https://github.com/johanjanssens>
* @package Koowa\Library\Object\Locator
*/
class KObjectLocatorLibrary extends KObjectLocatorAbstract
{
/**
* The locator name
*
* @var string
*/
protected static $_name = 'lib';
/**
* Initializes the options for the object
*
* Called from {@link __construct()} as a first step of object instantiation.
*
* @param KObjectConfig $config An optional KObjectConfig object with configuration options.
* @return void
*/
protected function _initialize(KObjectConfig $config)
{
$config->append(array(
'sequence' => array(
'K<Package><Class>',
'K<Package><Path>Default',
)
));
parent::_initialize($config);
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Joomlatools Framework - https://www.joomlatools.com/developer/framework/
*
* @copyright Copyright (C) 2007 Johan Janssens and Timble CVBA. (http://www.timble.net)
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
* @link https://github.com/joomlatools/joomlatools-framework for the canonical source repository
*/
/**
* Koowa Object Locator
*
* @author Johan Janssens <https://github.com/johanjanssens>
* @package Koowa\Library\Object\Locator
*/
class KObjectLocatorLibrary extends KObjectLocatorAbstract
{
/**
* The locator name
*
* @var string
*/
protected static $_name = 'lib';
/**
* Initializes the options for the object
*
* Called from {@link __construct()} as a first step of object instantiation.
*
* @param KObjectConfig $config An optional KObjectConfig object with configuration options.
* @return void
*/
protected function _initialize(KObjectConfig $config)
{
$config->append(array(
'sequence' => array(
'K<Package><Class>',
'K<Package><Path>Default',
)
));
parent::_initialize($config);
}
}
Function Calls
None |
Stats
MD5 | 5a4ecd7de9a2cc78adce3f9394001460 |
Eval Count | 0 |
Decode Time | 122 ms |