From: Michael J. Rubinsky Date: Thu, 1 Jul 2010 00:10:55 +0000 (-0400) Subject: update phpdoc for newly added parameters to the twitter api X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=71a3a265ed69fa0cfccb095bbbbd11d599d660e1;p=horde.git update phpdoc for newly added parameters to the twitter api --- 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