]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OpenID/User_openid_prefs.php
Plugins with classes that extend Managed_DataObject get better code reuse
[quix0rs-gnu-social.git] / plugins / OpenID / User_openid_prefs.php
index 74a21f685eb0ff328239adbb3379c0497a4b73b3..fcd88f454197db1970f9c1722fcf4fb7fcabf7fa 100644 (file)
@@ -53,22 +53,6 @@ class User_openid_prefs extends Managed_DataObject
     public $created;            // datetime
     public $modified;           // datetime
 
-    /**
-     * Get an instance by key
-     *
-     * This is a utility method to get a single instance with a given key value.
-     *
-     * @param string $k Key to use to lookup (usually 'user_id' for this class)
-     * @param mixed  $v Value to lookup
-     *
-     * @return TagSub object found, or null for no hits
-     *
-     */
-    function staticGet($k, $v=null)
-    {
-        return Managed_DataObject::staticGet('User_openid_prefs', $k, $v);
-    }
-
     /**
      * The One True Thingy that must be defined and declared.
      */