]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/ModLog/ModLog.php
More info for a proper, fancy-url lighttpd setup
[quix0rs-gnu-social.git] / plugins / ModLog / ModLog.php
index b2c654683852220cfcd3dfa0039ddf3801dea87f..606b786b29aee2696f5fb7b2c4b804d7ae3e5256 100644 (file)
@@ -55,33 +55,6 @@ class ModLog extends Managed_DataObject
     public $grant;        // 1 = grant, 0 = revoke
     public $created;      // datetime
 
-    /**
-     * Get an instance by key
-     *
-     * @param string $k Key to use to lookup (usually 'user_id' for this class)
-     * @param mixed  $v Value to lookup
-     *
-     * @return TagSub object found, or null for no hits
-     *
-     */
-    function staticGet($k, $v=null)
-    {
-        return Managed_DataObject::staticGet('ModLog', $k, $v);
-    }
-
-    /**
-     * Get an instance by compound key
-     *
-     * @param array $kv array of key-value mappings
-     *
-     * @return TagSub object found, or null for no hits
-     *
-     */
-    function pkeyGet($kv)
-    {
-        return Managed_DataObject::pkeyGet('ModLog', $kv);
-    }
-
     /**
      * The One True Thingy that must be defined and declared.
      */