class TwitterSearch in Twitter 7.3
Same name and namespace in other branches
- 6.3 twitter.lib.php \TwitterSearch
Twitter search is not used in this module yet
Hierarchy
- class \Twitter
- class \TwitterSearch
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Twitter:: |
protected | property | ||
Twitter:: |
protected | property | ||
Twitter:: |
protected | property | ||
Twitter:: |
protected | property | ||
Twitter:: |
protected | function | Perform an authentication required request. | 1 |
Twitter:: |
public | function | Calls a twitter api resource | |
Twitter:: |
protected | function | ||
Twitter:: |
protected | function | Get an array of TwitterStatus objects from an API endpoint | |
Twitter:: |
public | function | ||
Twitter:: |
protected | function | ||
Twitter:: |
protected | function | Perform a request | |
Twitter:: |
public | function | Set the username and password | |
Twitter:: |
public | function | Post a new status. | |
Twitter:: |
public | function | Returns profile information about a user. | |
Twitter:: |
public | function | Fetch a user's timeline | |
Twitter:: |
public | function | ||
Twitter:: |
public | function | Constructor for the Twitter class | 1 |
TwitterSearch:: |
public | function |