Ignore:
Timestamp:
2012/05/14 00:54:43 (14 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

Location:
branches/version-2_12-dev/data/class/plugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/plugin/SC_Plugin_Base.php

    r21794 r21829  
    5353     */ 
    5454    abstract function install($arrPlugin); 
    55      
     55 
    5656    /** 
    5757     * アンインストール 
     
    6363     */ 
    6464    abstract function uninstall($arrPlugin); 
    65      
     65 
    6666    /** 
    6767     * 稼働 
     
    7373     */ 
    7474    abstract function enable($arrPlugin); 
    75      
     75 
    7676    /** 
    7777     * 停止 
  • branches/version-2_12-dev/data/class/plugin/SC_Plugin_Util.php

    r21794 r21829  
    3939        } 
    4040        $arrRet = $objQuery->select($col,$table,$where); 
    41          
     41 
    4242        // プラグインフックポイントを取得. 
    4343        $max = count($arrRet); 
     
    129129        return $arrPluginDirectory; 
    130130    } 
    131      
     131 
    132132    /** 
    133133     * プラグインIDをキーに, プラグインフックポイントを取得する. 
Note: See TracChangeset for help on using the changeset viewer.