You are here

class TwitterSearch in Twitter 7.3

Same name and namespace in other branches
  1. 6.3 twitter.lib.php \TwitterSearch

Twitter search is not used in this module yet

Hierarchy

Expanded class hierarchy of TwitterSearch

File

./twitter.lib.php, line 371
Classes to implement the full Twitter API

View source
class TwitterSearch extends Twitter {
  public function search($params = array()) {
  }

}

Members

Namesort descending Modifiers Type Description Overrides
Twitter::$format protected property
Twitter::$password protected property
Twitter::$source protected property
Twitter::$username protected property
Twitter::auth_request protected function Perform an authentication required request. 1
Twitter::call public function Calls a twitter api resource
Twitter::create_url protected function
Twitter::get_statuses protected function Get an array of TwitterStatus objects from an API endpoint
Twitter::mentions public function
Twitter::parse_response protected function
Twitter::request protected function Perform a request
Twitter::set_auth public function Set the username and password
Twitter::status_update public function Post a new status.
Twitter::users_show public function Returns profile information about a user.
Twitter::user_timeline public function Fetch a user's timeline
Twitter::verify_credentials public function
Twitter::__construct public function Constructor for the Twitter class 1
TwitterSearch::search public function