Вход Регистрация
Файл: upload/module/event/include/component/block/image.class.php
Строк: 35
<?php
/**
 * [PHPFOX_HEADER]
 */

defined('PHPFOX') or exit('NO DICE!');

/**
 * 
 * 
 * @copyright        [PHPFOX_COPYRIGHT]
 * @author          Raymond Benc
 * @package         Phpfox_Component
 * @version         $Id: image.class.php 865 2009-08-15 19:09:12Z Raymond_Benc $
 */
class Event_Component_Block_Image extends Phpfox_Component
{
    
/**
     * Class process method wnich is used to execute this component.
     */
    
public function process()
    {
        if (!(
$aEvent $this->getParam('aEvent')))
        {
            return 
false;
        }        
    }
    
    
/**
     * 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('event.component_block_image_clean')) ? eval($sPlugin) : false);
    }
}

?>
Онлайн: 1
Реклама