|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($responseType= 'json') | |
| setResponseType ($responseType= 'json') | |
| getResponseType () | |
| trends () | |
| search ($query, array $params=array()) | |
Protected Attributes | |
| $_responseType = 'json' | |
| $_responseTypes | |
| $_uri | |
Definition at line 46 of file Search.php.
| __construct | ( | $ | responseType = 'json' | ) |
Constructor
| string | $returnType |
Reimplemented from Zend_Rest_Client.
Definition at line 76 of file Search.php.

| getResponseType | ( | ) |
Performs a Twitter search query.
| Zend_Http_Client_Exception |
Definition at line 129 of file Search.php.

| setResponseType | ( | $ | responseType = 'json' | ) |
set responseType
| string | $responseType |
| Zend_Service_Twitter_Exception |
Definition at line 91 of file Search.php.

| trends | ( | ) |
Get the current twitter trends. Currnetly only supports json as the return.
| Zend_Http_Client_Exception |
Definition at line 117 of file Search.php.

$_responseType = 'json' [protected] |
Definition at line 52 of file Search.php.
$_responseTypes [protected] |
array( 'atom', 'json' )
Definition at line 58 of file Search.php.
$_uri [protected] |
Reimplemented from Zend_Rest_Client.
Definition at line 68 of file Search.php.