DataObjects/Core_notify.php
authorAlan Knowles <alan@akkbhome.com>
Wed, 6 Apr 2011 15:11:14 +0000 (23:11 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 6 Apr 2011 15:11:14 +0000 (23:11 +0800)
DataObjects/Core_notify.php

index 1657929..53fca2f 100644 (file)
@@ -47,5 +47,12 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject
         return $c;
         
     }
+    function object()
+    {
+        $c = DB_DataObject::factory($this->ontable);
+        $c->get($this->onid);
+        return $c;
+        
+    }
   
 }
\ No newline at end of file