X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FTagSub%2FTagSub.php;h=5bc0c436ee8f7d3639d273896c98ae4436b81545;hb=861e838adda95bb3b6144ce52468459ca9cb191c;hp=b91778654034e9eaee46965a23c00a994cda269b;hpb=1710a619a8e6729ca3e4d3465cdb2f98353627fb;p=quix0rs-gnu-social.git diff --git a/plugins/TagSub/TagSub.php b/plugins/TagSub/TagSub.php index b917786540..5bc0c436ee 100644 --- a/plugins/TagSub/TagSub.php +++ b/plugins/TagSub/TagSub.php @@ -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. */