DataObjects/Core_watch.php
authorAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 01:20:08 +0000 (09:20 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 8 Oct 2011 01:20:08 +0000 (09:20 +0800)
DataObjects/Core_watch.php

index 3de0151..d370835 100644 (file)
@@ -74,7 +74,10 @@ class Pman_Core_DataObjects_Core_watch extends DB_DataObject
         $nw->insert();
          
     }
-    
+    /**
+     * Generate a notify event based on watches (matching whereAdd)
+     *
+     */
     function notify($ontable , $onid, $whereAdd)
     {
         $w = DB_DataObject::factory('core_watch');