JTwitter
class JTwitter
Joomla Platform class for interacting with a Twitter API instance.
Methods
__construct(
JTwitterOAuth $oauth = null,
Registry $options = null,
JHttp $client = null)
Constructor.
__get(
string $name)
Magic method to lazily create API objects
mixed
getOption(
string $key)
Get an option from the JTwitter instance.
Details
__construct(
JTwitterOAuth $oauth = null,
Registry $options = null,
JHttp $client = null)
Constructor.