Changeset 19329


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

Legend:

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

    r19328 r19329  
    1919 
    2020    function getVersion(){ 
    21         return "0.0.1" 
     21        return "0.0.1"; 
    2222    } 
    2323 
    2424    function getName(){ 
    25  
     25      return "TestPlugin1"; 
    2626    } 
    2727 
    2828    function process(){ 
    29  
     29               
    3030    } 
    3131 
     
    3535 
    3636    public function install(){ 
    37  
     37       
    3838    } 
    3939 
    4040    public function uninstall(){ 
    41  
     41       
    4242    } 
    4343 
Note: See TracChangeset for help on using the changeset viewer.