Changeset 19492 for branches


Ignore:
Timestamp:
2010/11/07 03:33:51 (14 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_Plugin.php

    r19490 r19492  
    33class SC_Plugin 
    44{ 
    5      
     5 
    66    /** 
    77     * 
     
    1414        $this->__construct(); 
    1515    } 
    16      
     16 
    1717    function __construct(){ 
    1818        if(!defined(PLUGIN_PATH)){ 
     
    2121        $this->init(); 
    2222    } 
    23      
     23 
    2424    function init(){ 
    25          
    26          
     25 
     26 
    2727    } 
    28      
     28 
    2929    function enable($classname){ 
    30          
     30 
    3131    } 
    32      
     32 
    3333    function getVersion(){ 
    34          
     34 
    3535    } 
    36      
     36 
    3737    function getName(){ 
    38          
     38 
    3939    } 
    40      
     40 
    4141    function process(){ 
    42          
     42 
    4343    } 
    44      
     44 
    4545    function mobileprocess(){ 
    46          
     46 
    4747    } 
    48      
     48 
    4949    public function install(){ 
    50        
     50 
    5151    } 
    5252 
     
    5454 
    5555    } 
    56      
    57     public function disablePlugin(){ 
    58            
     56 
     57    function disablePlugin(){ 
     58 
    5959    } 
    60      
    61     public function enablePlugin(){ 
    62          
    63          
     60 
     61    function enablePlugin(){ 
     62   
    6463    } 
    65      
     64 
    6665 
    6766    /** 
    68      *  
     67     * 
    6968     * @return String インストール用のSQL 
    7069     */ 
    71     protected function getInstallSQL(){ 
    72          
     70    function getInstallSQL(){ 
     71 
    7372    } 
    7473 
    75      
    76     protected function getUninstallSQL(){ 
     74 
     75    function getUninstallSQL(){ 
    7776 
    7877    } 
Note: See TracChangeset for help on using the changeset viewer.