Changeset 19326


Ignore:
Timestamp:
2010/11/07 01:22:46 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

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

    r19324 r19326  
    55 
    66 
    7      
     7 
    88    function enable(String $classname){ 
    99        return preg_match('/shopping|payment|products/',$classname)? 
     
    1212        ; 
    1313    } 
     14     
     15    function init(){ 
    1416 
    1517 
     18    } 
     19 
     20 
     21    function getVersion(){ 
     22 
     23    } 
     24 
     25    function getName(){ 
     26 
     27    } 
     28 
     29    function process(){ 
     30 
     31    } 
     32 
     33    function mobileprocess(){ 
     34 
     35    } 
     36 
     37    public function install(){ 
     38 
     39    } 
     40 
     41    public function uninstall(){ 
     42 
     43    } 
     44 
     45    /** 
     46     * 
     47     * @return String インストール用のSQL 
     48     */ 
     49    protected function getInstallSQL(){ 
     50 
     51    } 
     52 
     53 
     54    protected function getUninstallSQL(){ 
     55 
     56    } 
     57 
    1658} 
Note: See TracChangeset for help on using the changeset viewer.