initial commit from rev. 632
This commit is contained in:
20
gulliver/bin/tasks/templates/skinPluginClass.tpl
Normal file
20
gulliver/bin/tasks/templates/skinPluginClass.tpl
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* class.{className}.php
|
||||
*
|
||||
*/
|
||||
|
||||
class {className}Class extends PMPlugin {
|
||||
|
||||
function __construct ( ) {
|
||||
set_include_path(
|
||||
PATH_PLUGINS . '{className}' . PATH_SEPARATOR .
|
||||
get_include_path()
|
||||
);
|
||||
}
|
||||
|
||||
function setup()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user