]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/ModLog/ModLog.php
pkeyGet is now static and more similar to getKV
[quix0rs-gnu-social.git] / plugins / ModLog / ModLog.php
index ff2588cfdbaac43dfb3515ef0d253c3557cc238a..606b786b29aee2696f5fb7b2c4b804d7ae3e5256 100644 (file)
@@ -55,19 +55,6 @@ class ModLog extends Managed_DataObject
     public $grant;        // 1 = grant, 0 = revoke
     public $created;      // datetime
 
-    /**
-     * 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.
      */