Файл: upload/module/marketplace/include/component/block/sponsorhelp.class.php
Строк: 31
<?php
/**
* [PHPFOX_HEADER]
*/
defined('PHPFOX') or exit('NO DICE!');
/**
*
*
* @copyright [PHPFOX_COPYRIGHT]
* @author Miguel_Espinoza
* @package Phpfox_Component
* @version $Id: sponsorhelp.class.php 1549 2010-04-14 10:42:27Z Miguel_Espinoza $
*/
class Marketplace_Component_Block_Sponsorhelp extends Phpfox_Component
{
/**
* Class process method wnich is used to execute this component.
*/
public function process()
{
}
/**
* Garbage collector. Is executed after this class has completed
* its job and the template has also been displayed.
*/
public function clean()
{
(($sPlugin = Phpfox_Plugin::get('marketplace.component_block_sponsorhelp_clean')) ? eval($sPlugin) : false);
}
}
?>