]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/YammerImport/classes/Yammer_notice.php
Documentation + filename uniqueness in File class
[quix0rs-gnu-social.git] / plugins / YammerImport / classes / Yammer_notice.php
index 118266aed0e29c6b79224b1e061e1f5b45392f00..d903b127b596f8d6f047577c5c6d033892b40a99 100644 (file)
@@ -37,22 +37,6 @@ class Yammer_notice extends Yammer_common
     public $__field = 'notice_id';     // field to map to
     public $notice_id;                 // int
 
-    /**
-     * 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
-     * @param mixed  $v Value to lookup
-     *
-     * @return Yammer_notice object found, or null for no hits
-     *
-     */
-    function staticGet($k, $v=null)
-    {
-        return Memcached_DataObject::staticGet('Yammer_notice', $k, $v);
-    }
-
     /**
      * Return schema definition to set this table up in onCheckSchema
      */