update phpdoc for newly added parameters to the twitter api
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 1 Jul 2010 00:10:55 +0000 (20:10 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 1 Jul 2010 00:11:39 +0000 (20:11 -0400)
framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php

index 881e394..8affa0a 100644 (file)
@@ -98,10 +98,14 @@ class Horde_Service_Twitter_Statuses
      *
      * @param array $params  Parameters for the friends_timeline call
      *   <pre>
-     *     since_id   - Only tweets more recent the indicated tweet id
-     *     max_id     - Only tweets older then the indeicated tweet id
-     *     count      - Only return this many tweets (twitter limit = 200)
-     *     page       - The page number to return (note there are pagination limits)
+     *     since_id         - Only tweets more recent the indicated tweet id
+     *     max_id           - Only tweets older then the indeicated tweet id
+     *     count            - Only return this many tweets (twitter limit = 200)
+     *     page             - The page number to return (note there are
+     *                        pagination limits)
+     *     include_rts      - Include retweets
+     *     include_entities - Include twitter entities (will be mandatory in
+     *                        future twitter api release).
      *   </pre>
      *
      * @return string