]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Poll/Poll_response.php
pkeyGet is now static and more similar to getKV
[quix0rs-gnu-social.git] / plugins / Poll / Poll_response.php
index ab1524c6916afdb270cfd038ce487b7ef7d30ca0..21b390db803febdfc8ebef6e506a7ba2ad71322c 100644 (file)
@@ -52,23 +52,6 @@ class Poll_response extends Managed_DataObject
     public $selection;   // int -> choice #
     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 Bookmark object found, or null for no hits
-     *
-     */
-    function pkeyGet($kv)
-    {
-        return Memcached_DataObject::pkeyGet('Poll_response', $kv);
-    }
-
     /**
      * The One True Thingy that must be defined and declared.
      */