]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Fave.php
work in progress
[quix0rs-gnu-social.git] / classes / Fave.php
index 3aa23e7b4e6f2ed39c1e9b880539fc998c164f12..4a9cfaae06a0ee7ab880ddd5314531fe077ffcf4 100644 (file)
@@ -85,6 +85,19 @@ class Fave extends Memcached_DataObject
         return $ids;
     }
 
+    /**
+     * Note that the sorting for this is by order of *fave* not order of *notice*.
+     *
+     * @fixme add since_id, max_id support?
+     *
+     * @param <type> $user_id
+     * @param <type> $own
+     * @param <type> $offset
+     * @param <type> $limit
+     * @param <type> $since_id
+     * @param <type> $max_id
+     * @return <type>
+     */
     function _streamDirect($user_id, $own, $offset, $limit, $since_id, $max_id)
     {
         $fav = new Fave();