DataObjects/Core_ip_access.php
[Pman.Core] / DataObjects / Core_ip_access.php
index 6a5d039..08e58cd 100644 (file)
@@ -14,7 +14,10 @@ class Pman_Core_DataObjects_Core_ip_access extends DB_DataObject
     public $status;
     public $authorized_by;
     public $authorized_key;
-    
+    public $email;
+    public $expire_dt;
+    public $user_agent;
+
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
     
@@ -36,6 +39,9 @@ class Pman_Core_DataObjects_Core_ip_access extends DB_DataObject
         ) {
             return;
         }
+        
+        
+        
     }