summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_module_interface.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-06-28 22:51:16 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-03 11:49:17 -0400
commit5af3c1daceb3b21694c300d017dafa51f137e7b4 (patch)
tree796ebe8fa85fca3aa31a0bb572608041d3288429 /pts-core/objects/pts_module_interface.php
parent4b7fe9e7d7bc77699fd3ed60c4bb7f5f265fbe8f (diff)
downloadphoronix-test-suite-upstream-5af3c1daceb3b21694c300d017dafa51f137e7b4.tar.gz
phoronix-test-suite-upstream-5af3c1daceb3b21694c300d017dafa51f137e7b4.tar.xz
phoronix-test-suite-upstream-5af3c1daceb3b21694c300d017dafa51f137e7b4.zip
A variety of work mostly focused around the graphics_override module
and related work along with pts-gui.
Diffstat (limited to 'pts-core/objects/pts_module_interface.php')
-rw-r--r--pts-core/objects/pts_module_interface.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/pts-core/objects/pts_module_interface.php b/pts-core/objects/pts_module_interface.php
index 7d3b096..3b1964a 100644
--- a/pts-core/objects/pts_module_interface.php
+++ b/pts-core/objects/pts_module_interface.php
@@ -28,6 +28,8 @@ class pts_module_interface
const module_description = "A description of the module.";
const module_author = "Module Creator";
+ public static $module_store_vars = array();
+
public static function module_info()
{