]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Oauth_token_association.php
Qvitter API changes (thanks hannes2peer)
[quix0rs-gnu-social.git] / classes / Oauth_token_association.php
index 06c9fee1c3da5c7fc5cb7760e64e3385cff4a97f..ec5eae3064016b1778de2741278289034eae41cc 100644 (file)
@@ -4,7 +4,7 @@
  */
 require_once INSTALLDIR . '/classes/Memcached_DataObject.php';
 
-class Oauth_token_association extends Memcached_DataObject
+class Oauth_token_association extends Managed_DataObject
 {
     ###START_AUTOCODE
     /* the code below is auto generated do not remove the above tag */
@@ -16,10 +16,6 @@ class Oauth_token_association extends Memcached_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('oauth_token_association', $k, $v);
-    }
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE