3 class NP_HelpPageTestCase1 extends NucleusPlugin {
\r
5 // --------- Plug-in Info ---------------------------------
\r
8 return 'HelpPageTestCase1';
\r
12 function getAuthor() {
\r
15 // an URL to the plugin website
\r
17 return 'http://budts.be/weblog/';
\r
20 // version of the plugin
\r
21 function getVersion() {
\r
25 // a description to be shown on the installed plugins listing
\r
26 function getDescription() {
\r
27 return 'A plugin to test plugin helppages';
\r
30 //supported features
\r
31 function supportsFeature($what) {
\r
33 case 'SqlTablePrefix':
\r