]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SearchSub/SearchSub.php
pkeyGet is now static and more similar to getKV
[quix0rs-gnu-social.git] / plugins / SearchSub / SearchSub.php
index 246720b6a5790cf5d0083dfa197735240b6a4c8b..f3a44854b2730ed81870152772c5f73bea8cac32 100644 (file)
@@ -50,23 +50,6 @@ class SearchSub 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 SearchSub object found, or null for no hits
-     *
-     */
-    function pkeyGet($kv)
-    {
-        return Memcached_DataObject::pkeyGet('SearchSub', $kv);
-    }
-
     /**
      * The One True Thingy that must be defined and declared.
      */