]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Realtime/Realtime_channel.php
More info for a proper, fancy-url lighttpd setup
[quix0rs-gnu-social.git] / plugins / Realtime / Realtime_channel.php
index 1d2ca53912acba22c202352cec45b41b949e3e24..ffd7d34f842edc6f7af157b38ffe12277e865553 100644 (file)
@@ -61,33 +61,6 @@ class Realtime_channel extends Managed_DataObject
     public $created;       // created date
     public $modified;      // modified date
 
-    /**
-     * Get an instance by key
-     *
-     * This is a utility method to get a single instance with a given key value.
-     *
-     * @param string $k Key to use to lookup (usually 'user_id' for this class)
-     * @param mixed  $v Value to lookup
-     *
-     * @return Realtime_channel object found, or null for no hits
-     */
-    function staticGet($k, $v=null)
-    {
-        return Managed_DataObject::staticGet('Realtime_channel', $k, $v);
-    }
-
-    /**
-     * 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.
      */