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

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

/**
 * 
 * 
 * @copyright        [PHPFOX_COPYRIGHT]
 * @author          Raymond_Benc
 * @package         Phpfox_Component
 * @version         $Id: genre-form.class.php 2217 2010-11-29 12:33:01Z Raymond_Benc $
 */
class Music_Component_Block_Genre_Form extends Phpfox_Component
{
    
/**
     * Class process method wnich is used to execute this component.
     */
    
public function process()
    {
        
$this->template()->assign(array(
                
'sProfileEditLink' => $this->url()->makeUrl('user.profile')
            )
        );    
    }
    
    
/**
     * 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('music.component_block_genre_form_clean')) ? eval($sPlugin) : false);
    }
}

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