DataObjects/Core_notify_recur.php
authorAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 06:15:40 +0000 (14:15 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 06:15:40 +0000 (14:15 +0800)
DataObjects/Core_notify_recur.php

index 8a46f9e..18f16c5 100644 (file)
@@ -56,6 +56,13 @@ class Pman_Core_DataObjects_Core_notify_recur extends DB_DataObject
         
     }
     
+    function method()
+    {
+        $e = DB_DataObject::Factory('core_enum');
+        $e->get($this->method_id);
+        
+    }
+    
     function notifytimes($advance)
     {