DataObjects/Core_watch.php
[Pman.Core] / DataObjects / Core_oauth_clients.php
index 4798a69..a8ab867 100644 (file)
@@ -11,6 +11,7 @@ class Pman_Core_DataObjects_Core_oauth_clients extends DB_DataObject
     /* the code below is auto generated do not remove the above tag */
 
     public $__table = 'core_oauth_clients';         // table name
+    public $id;                                     // INT
     public $client_id;                              // varchar
     public $client_secret;                          // varchar
     public $redirect_uri;                           // varchar
@@ -23,9 +24,4 @@ class Pman_Core_DataObjects_Core_oauth_clients extends DB_DataObject
     /** make sure there is a watch for this user.. */
     
     
-    function applyFilters($q,$au, $roo)
-    {
-        
-    }
-    
 }