Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct (JRegistry &$options=null, JHttp $client=null, JTwitterOAuth $oauth=null) | |
checkRateLimit ($resource=null, $action=null) | |
fetchUrl ($path, $parameters=null) | |
getRateLimit ($resource) | |
sendRequest ($path, $method= 'GET', $data=array(), $headers=array()) | |
getOption ($key) | |
setOption ($key, $value) |
Attributs protégés | |
$options | |
$client | |
$oauth |
Définition à la ligne 19 du fichier object.php.
JTwitterObject::__construct | ( | JRegistry & | $options = null , |
JHttp | $client = null , |
||
JTwitterOAuth | $oauth = null |
||
) |
Constructor.
JRegistry | &$options | Twitter options object. |
JHttp | $client | The HTTP client object. |
JTwitterOAuth | $oauth | The OAuth client. |
Définition à la ligne 48 du fichier object.php.
JTwitterObject::checkRateLimit | ( | $resource = null , |
|
$action = null |
|||
) |
Method to check the rate limit for the requesting IP address
string | $resource | A resource or a comma-separated list of resource families you want to know the current rate limit disposition for. |
string | $action | An action for the specified resource, if only one resource is specified. |
RuntimeException |
Définition à la ligne 66 du fichier object.php.
JTwitterObject::fetchUrl | ( | $path, | |
$parameters = null |
|||
) |
Method to build and return a full request URL for the request. This method will add appropriate pagination details if necessary and also prepend the API url to have a complete URL for the request.
string | $path | URL to inflect |
array | $parameters | The parameters passed in the URL. |
Définition à la ligne 99 du fichier object.php.
JTwitterObject::getOption | ( | $key | ) |
Get an option from the JTwitterObject instance.
string | $key | The name of the option to get. |
Définition à la ligne 206 du fichier object.php.
JTwitterObject::getRateLimit | ( | $resource | ) |
Method to retrieve the rate limit for the requesting IP address
string | $resource | A resource or a comma-separated list of resource families you want to know the current rate limit disposition for. |
Définition à la ligne 138 du fichier object.php.
JTwitterObject::sendRequest | ( | $path, | |
$method = 'GET' , |
|||
$data = array() , |
|||
$headers = array() |
|||
) |
Method to send the request.
string | $path | The path of the request to make |
string | $method | The request method. |
mixed | $data | Either an associative array or a string to be sent with the post request. |
array | $headers | An array of name-value pairs to include in the header of the request |
RuntimeException |
Définition à la ligne 164 du fichier object.php.
JTwitterObject::setOption | ( | $key, | |
$value | |||
) |
Set an option for the JTwitterObject instance.
string | $key | The name of the option to set. |
mixed | $value | The option value to set. |
Définition à la ligne 221 du fichier object.php.
|
protected |
Définition à la ligne 31 du fichier object.php.
|
protected |
Définition à la ligne 37 du fichier object.php.
|
protected |
Définition à la ligne 25 du fichier object.php.