Subversion Repositories oidplus

Rev

Rev 292 | Rev 380 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 292 Rev 321
Line 27... Line 27...
27
                // the OIDplus plugin is not installed). So we need an "optional" interface.
27
                // the OIDplus plugin is not installed). So we need an "optional" interface.
28
 
28
 
29
                return false;
29
                return false;
30
        }
30
        }
31
 
31
 
-
 
32
        public function getManifest() {
-
 
33
 
-
 
34
                return OIDplus::getPluginManifest(get_called_class());
-
 
35
 
-
 
36
        }
-
 
37
 
32
        public function init($html=true) {}
38
        public function init($html=true) {}
33
 
39
 
34
}
40
}
35
 
41