]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Realtime/Realtime_channel.php
pkeyGet is now static and more similar to getKV
[quix0rs-gnu-social.git] / plugins / Realtime / Realtime_channel.php
index 3538e884a01d463245533cceb879be228a24e5db..ffd7d34f842edc6f7af157b38ffe12277e865553 100644 (file)
@@ -61,18 +61,6 @@ class Realtime_channel extends Managed_DataObject
     public $created;       // created date
     public $modified;      // modified date
 
-    /**
-     * Get an instance by compound key
-     *
-     * @param array $kv array of key-value mappings
-     *
-     * @return Realtime_channel object found, or null for no hits
-     */
-    function pkeyGet($kv)
-    {
-        return Managed_DataObject::pkeyGet('Realtime_channel', $kv);
-    }
-
     /**
      * The One True Thingy that must be defined and declared.
      */