Notify.php wip_alan_T6923_Scheduling_and_delivery_of_press
authorAlan Knowles <alan@roojs.com>
Fri, 6 Aug 2021 05:27:26 +0000 (13:27 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 6 Aug 2021 05:27:26 +0000 (13:27 +0800)
Notify.php

index 45607c0..12ec3dd 100644 (file)
@@ -110,10 +110,21 @@ class Pman_Core_Notify extends Pman
     */
     var $try_again_minutes = 30;
     
+    /**
+     * @var {String} table - the table that the class will query for notification events
+     */
     var $table = 'core_notify';
+    /**
+     * @var {String} target - the application that will run for each Row in the table (eg. Pman/Core/NotifySend)
+     */
     var $target = 'Core/NotifySend';
+    
+    
+    
     var $evtype = ''; // any notification...
                     // this script should only handle EMAIL notifications..
+                    
+                    
     var $force = false;
     function getAuth()
     {