Tuitter_Tweets

A list of the Tuitter_Tweet.

Examples

$tweets = $tuitter->getHomeTL();
foreach($tweets as $tweet){
  echo $tweet->text."\n";
}
  • Tuitter_Tweets::filter : Filters Tweets which this object contains
  • Tuitter_Tweets::reverse : Makes the Tweets in reverse order