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) 2011 Johan Janssens and Timble CVBA. (http://www.timble.net)
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
* @link http://github.com/joomlatools/joomlatools-framework-activities for the canonical source repository
*/
/**
* Activities Entity.
*
* @author Arunas Mazeika <https://github.com/amazeika>
* @package Koowa\Component\Activities
*/
class ComActivitiesModelEntityActivities extends KModelEntityRowset
{
/**
* Initializes the options for the object.
*
* Called from {@link __construct()} as a first step of object instantiation.
*
* @param KObjectConfig $config An optional ObjectConfig object with configuration options.
*/
protected function _initialize(KObjectConfig $config)
{
$config->append(array(
'prototypable' => false
));
parent::_initialize($config);
}
} ?>
Did this file decode correctly?
Original Code
<?php
/**
* Joomlatools Framework - https://www.joomlatools.com/developer/framework/
*
* @copyright Copyright (C) 2011 Johan Janssens and Timble CVBA. (http://www.timble.net)
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
* @link http://github.com/joomlatools/joomlatools-framework-activities for the canonical source repository
*/
/**
* Activities Entity.
*
* @author Arunas Mazeika <https://github.com/amazeika>
* @package Koowa\Component\Activities
*/
class ComActivitiesModelEntityActivities extends KModelEntityRowset
{
/**
* Initializes the options for the object.
*
* Called from {@link __construct()} as a first step of object instantiation.
*
* @param KObjectConfig $config An optional ObjectConfig object with configuration options.
*/
protected function _initialize(KObjectConfig $config)
{
$config->append(array(
'prototypable' => false
));
parent::_initialize($config);
}
}
Function Calls
None |
Stats
MD5 | cf6306cb2bf6820f4032b3b20b196049 |
Eval Count | 0 |
Decode Time | 114 ms |