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

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

/**
 *
 *
 * @copyright        [PHPFOX_COPYRIGHT]
 * @author          Raymond Benc
 * @package         Phpfox_User
 * @version         $Id: browse.class.php 461 2009-04-22 07:51:43Z Raymond_Benc $
 */
class User_Component_Block_Signup_Error extends Phpfox_Component
{
    
/**
     * Class process method wnich is used to execute this component.
     */
    
public function process()
    {        
        
$this->template()->assign(array(
                
'aNames' => $this->getParam('aNames')
            )
        );
    }

    
/**
     * 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('user.component_block_signup_error_clean')) ? eval($sPlugin) : false);
    }
}

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