]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Event/Happening.php
Plugins with classes that extend Managed_DataObject get better code reuse
[quix0rs-gnu-social.git] / plugins / Event / Happening.php
index b8347bdb2c399a5ee0da73d710fd411c4a2d7b56..52aa206435e23f484442ff862c6bb98e0d7863c4 100644 (file)
@@ -63,20 +63,6 @@ class Happening extends Managed_DataObject
     public $description;           // text
     public $created;               // datetime
 
-    /**
-     * Get an instance by key
-     *
-     * @param string $k Key to use to lookup (usually 'id' for this class)
-     * @param mixed  $v Value to lookup
-     *
-     * @return Happening object found, or null for no hits
-     *
-     */
-    function staticGet($k, $v=null)
-    {
-        return Memcached_DataObject::staticGet('Happening', $k, $v);
-    }
-
     /**
      * The One True Thingy that must be defined and declared.
      */