Joomla Platform class for interacting with a Twitter API instance.
- Depuis
- 3.1.4
- Obsolète:
- 4.0 Use the
joomla/twitter
package via Composer instead
◆ __construct()
Constructor.
- Paramètres
-
JTwitterOauth | $oauth | The oauth client. |
Registry | $options | Twitter options object. |
JHttp | $client | The HTTP client object. |
- Depuis
- 3.1.4
Références $client, et $options.
◆ __get()
Magic method to lazily create API objects
- Paramètres
-
string | $name | Name of property to retrieve |
- Renvoie
- JTwitterObject Twitter API object (statuses, users, favorites, etc.).
- Depuis
- 3.1.4
- Exceptions
-
Références $class, et $name.
◆ getOption()
Get an option from the JTwitter instance.
- Paramètres
-
string | $key | The name of the option to get. |
- Renvoie
- mixed The option value.
- Depuis
- 3.1.4
Références $key.
◆ setOption()
setOption |
( |
|
$key, |
|
|
|
$value |
|
) |
| |
Set an option for the JTwitter instance.
- Paramètres
-
string | $key | The name of the option to set. |
mixed | $value | The option value to set. |
- Renvoie
- JTwitter This object for method chaining.
- Depuis
- 3.1.4
Références $key, et $value.
◆ $block
◆ $client
◆ $directMessages
◆ $favorites
◆ $friends
◆ $help
◆ $lists
◆ $oauth
◆ $options
◆ $places
◆ $profile
◆ $search
◆ $statuses
◆ $trends
◆ $users
La documentation de cette classe a été générée à partir du fichier suivant :