summaryrefslogtreecommitdiffstats
path: root/pts-core/objects/pts_module_interface.php
diff options
context:
space:
mode:
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;
}