Вход Регистрация
Файл: core/classes/plugin.class.php
Строк: 69
<?php
/******************************************************************************/
//                                                                            //
//                             InstantCMS v1.10                               //
//                        http://www.instantcms.ru/                           //
//                                                                            //
//                   written by InstantCMS Team, 2007-2012                    //
//                produced by InstantSoft, (www.instantsoft.ru)               //
//                                                                            //
//                        LICENSED BY GNU/GPL v2                              //
//                                                                            //
/******************************************************************************/

class cmsPlugin {

    protected 
$inDB;
    protected 
$inCore;
    protected 
$inPage;

    public 
$info;
    public 
$events;
    public 
$config;

// ================================================================== //

    
public function __construct(){

        
cmsCore::loadClass('page');
        
$this->inCore cmsCore::getInstance();
        
$this->inDB   cmsDatabase::getInstance();
        
$this->inPage cmsPage::getInstance();

    }

    public function 
__clone() {}

// ================================================================== //

    
public function install() {

        return 
$this->inCore->installPlugin($this->info$this->events$this->config);

    }

// ================================================================== //

    
public function upgrade() {

        return 
$this->inCore->upgradePlugin($this->info$this->events$this->config);

    }

// ================================================================== //

    
public function execute() {

        
$this->config $this->inCore->loadPluginConfig$this->info['plugin'] );

    }

// ================================================================== //

    
public function saveConfig() {

        
$this->inCore->savePluginConfig$this->info['plugin'], $this->config );

    }

// ================================================================== //

}

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