Ignore:
Timestamp:
2011/03/07 15:47:27 (15 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

  • LF
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_Plugin.php

    r20507 r20541  
    33class SC_Plugin 
    44{ 
    5  
    65    /** 
    76     * 
     
    2322 
    2423    function init(){ 
    25  
    26  
    2724    } 
    2825 
    2926    function enable($classname){ 
    30  
    3127    } 
    3228 
    3329    function getVersion(){ 
    34  
    3530    } 
    3631 
    3732    function getName(){ 
    38  
    3933    } 
    4034 
    4135    function process(){ 
    42  
    4336    } 
    4437 
    4538    function mobileprocess(){ 
    46  
    4739    } 
    4840 
    4941    function install(){ 
    50  
    5142    } 
    5243 
    5344    function uninstall(){ 
    54  
    5545    } 
    5646 
     
    6757    } 
    6858 
    69  
    7059    /** 
    7160     * 
     
    7362     */ 
    7463    function getInstallSQL(){ 
    75  
    7664    } 
    7765 
    78  
    7966    function getUninstallSQL(){ 
    80  
    8167    } 
    82  
    83  
    8468} 
Note: See TracChangeset for help on using the changeset viewer.