]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Location_namespace.php
staticGet for sub-Managed_DataObject classes now calls parent
[quix0rs-gnu-social.git] / classes / Location_namespace.php
index 7e12447a415551cd51ac1e8084f2725846cf6562..3690ecc0446a7d3617c4f82d9a680cd4531ebd1b 100644 (file)
@@ -36,11 +36,6 @@ class Location_namespace extends Managed_DataObject
     public $created;                         // datetime()   not_null
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
-    /* Static get */
-    function staticGet($k,$v=NULL) {
-        return Memcached_DataObject::staticGet('Location_namespace',$k,$v);
-    }
-
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE