DataObjects/Core_enum.php
authorChris <chris@roojs.com>
Mon, 18 Feb 2013 03:34:57 +0000 (11:34 +0800)
committerChris <chris@roojs.com>
Mon, 18 Feb 2013 03:34:57 +0000 (11:34 +0800)
DataObjects/Core_enum.php

index c67038d..1fb88ea 100644 (file)
@@ -95,6 +95,11 @@ class Pman_Core_DataObjects_Core_enum extends DB_DataObject
         
     }
     
+    function fetchAllByType($etype, $fetchArg1=false, $fetchArg2=false, $fetchArg3=false)
+    {
+        
+    }
+    
     function lookupObject($etype,$name, $create= false)
     {