From 09dfe32eb6b538225686fd6ed0220240010bc574 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 1 Aug 2011 01:22:36 -0400 Subject: initial commit. Partway through a rewrite. I have some old files I didn't want to entirely delete. --- src/lib/Plugin.class.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/lib/Plugin.class.php (limited to 'src/lib/Plugin.class.php') diff --git a/src/lib/Plugin.class.php b/src/lib/Plugin.class.php new file mode 100644 index 0000000..f2251d2 --- /dev/null +++ b/src/lib/Plugin.class.php @@ -0,0 +1,16 @@ +config[$param])) { + $this->config[$param]=$value; + } + } + + public abstract function init(); +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf