A list of the Tuitter_Tweet.
$tweets = $tuitter->getHomeTL(); foreach($tweets as $tweet){ echo $tweet->text."\n"; }