summaryrefslogtreecommitdiff
path: root/classes/plugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/plugin.php')
-rw-r--r--classes/plugin.php16
1 files changed, 4 insertions, 12 deletions
diff --git a/classes/plugin.php b/classes/plugin.php
index 5939d51c0..fcf329ca1 100644
--- a/classes/plugin.php
+++ b/classes/plugin.php
@@ -1,19 +1,11 @@
<?php
-class Plugin {
- private $dbh;
- private $host;
-
+abstract class Plugin {
const API_VERSION_COMPAT = 1;
- function init($host) {
- $this->dbh = $host->get_dbh();
- $this->host = $host;
- }
+ abstract function init($host);
- function about() {
- // version, name, description, author, is_system
- return array(1.0, "plugin", "No description", "No author", false);
- }
+ abstract function about();
+ // return array(1.0, "plugin", "No description", "No author", false);
function flags() {
/* associative array, possible keys: