]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/TagSub/TagSub.php
pkeyGet is now static and more similar to getKV
[quix0rs-gnu-social.git] / plugins / TagSub / TagSub.php
index b91778654034e9eaee46965a23c00a994cda269b..5bc0c436ee8f7d3639d273896c98ae4436b81545 100644 (file)
@@ -49,23 +49,6 @@ class TagSub extends Managed_DataObject
     public $profile_id;  // int -> profile.id
     public $created;     // datetime
 
-    /**
-     * Get an instance by compound key
-     *
-     * This is a utility method to get a single instance with a given set of
-     * key-value pairs. Usually used for the primary key for a compound key; thus
-     * the name.
-     *
-     * @param array $kv array of key-value mappings
-     *
-     * @return TagSub object found, or null for no hits
-     *
-     */
-    function pkeyGet($kv)
-    {
-        return Memcached_DataObject::pkeyGet('TagSub', $kv);
-    }
-
     /**
      * The One True Thingy that must be defined and declared.
      */