Ignore:
Timestamp:
2010/11/06 16:30:13 (16 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/SC_Plugin.php

    r18932 r18933  
    2424    public abstract function init(); 
    2525     
     26    public abstract function enable(); 
     27     
     28    public abstract function getVersion(); 
     29     
     30    public abstract function getName(); 
     31     
     32     
    2633    public function install(){ 
    27  
     34       
    2835    } 
    2936 
Note: See TracChangeset for help on using the changeset viewer.