From 71a3a265ed69fa0cfccb095bbbbd11d599d660e1 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 30 Jun 2010 20:10:55 -0400 Subject: [PATCH] update phpdoc for newly added parameters to the twitter api --- .../Service_Twitter/lib/Horde/Service/Twitter/Statuses.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php b/framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php index 881e3944c..8affa0a8d 100644 --- a/framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php +++ b/framework/Service_Twitter/lib/Horde/Service/Twitter/Statuses.php @@ -98,10 +98,14 @@ class Horde_Service_Twitter_Statuses * * @param array $params Parameters for the friends_timeline call *
-     *     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).
      *   
* * @return string -- 2.11.0