summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_module_interface.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-15 11:56:13 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-15 11:56:13 -0500
commit2a188a57225006ce8a4b7f4f4bb5f834e53a18fe (patch)
tree78a1dde5c5e8a032fed2b2ee8e68681633ee1c61 /pts-core/objects/pts_module_interface.php
parentf39ef6f147abace725f966792f2fc27ab1094760 (diff)
downloadphoronix-test-suite-upstream-2a188a57225006ce8a4b7f4f4bb5f834e53a18fe.tar.gz
phoronix-test-suite-upstream-2a188a57225006ce8a4b7f4f4bb5f834e53a18fe.tar.xz
phoronix-test-suite-upstream-2a188a57225006ce8a4b7f4f4bb5f834e53a18fe.zip
pts-core: Add "null" to hal-values-remove.txt
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 c50061b..c3d5cc8 100644
--- a/pts-core/objects/pts_module_interface.php
+++ b/pts-core/objects/pts_module_interface.php
@@ -58,10 +58,12 @@ class pts_module_interface
public static function __pre_option_process($obj = null)
{
+ // Passed is a string containing the name of the option command about to be run
return;
}
public static function __post_option_process($obj = null)
{
+ // Passed is a string containing the name of the option after it has run
return;
}