NotifySend.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 11 Aug 2011 02:33:12 +0000 (10:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 11 Aug 2011 02:33:12 +0000 (10:33 +0800)
NotifySend.php

index 5545a56..c238755 100644 (file)
@@ -25,7 +25,18 @@ require_once 'Pman.php';
 
 class Pman_Core_NotifySend extends Pman
 {
+    static $cli_desc = "Send out single notification email (usually called from  Core/Notify)";
     
+    static $cli_opts = array(
+        'debug' => array(
+            'desc' => 'Turn on debugging (see DataObjects debugLevel )',
+            'default' => 0,
+            'short' => 'v',
+            'min' => 1,
+            'max' => 1,
+            
+        )
+    );
     var $table = 'core_notify';
     function getAuth()
     {