Changeset 19571 for branches/camp


Ignore:
Timestamp:
2010/11/07 05:13:56 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/plugin/TestPlugin1/TestPlugin1.php

    r19567 r19571  
    5858    } 
    5959 
    60     public function uninstall($plugin_id){ 
     60    function uninstall($plugin_id){ 
    6161        $objQuery = new SC_Query(); 
    6262        $sql = $this->getUninstallSQL(); 
     
    7272     * @return String インストール用のSQL 
    7373     */ 
    74     protected function getInstallSQL(){ 
     74    function getInstallSQL(){ 
    7575 
    7676    } 
    7777 
    7878 
    79     protected function getUninstallSQL(){ 
     79    function getUninstallSQL(){ 
    8080 
    8181    } 
Note: See TracChangeset for help on using the changeset viewer.