\Horde_Service_Twitter_Favorites

Horde_Service_Twitter_Favorites class for updating favorite tweets.

Copyright 2009-2017 Horde LLC (http://www.horde.org/)

Summary

Methods
Properties
Constants
__construct()
get()
destroy()
create()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_endpoint
$_format
N/A

Properties

$_endpoint

$_endpoint : string

Endpoint for status api requests

Type

string

$_format

$_format : string

Format to use json or xml

Type

string

Methods

__construct()

__construct(\Horde_Service_Twitter  $twitter) 

Constructor

Parameters

\Horde_Service_Twitter $twitter

get()

get() : string

Obtain the requested status

Returns

string —

The method call results.

destroy()

destroy(string  $id) : string

Destroy the specified favorite.

Parameters

string $id

The status id

Returns

string

create()

create(string  $id) : string

Add a new favorite

Parameters

string $id

The status id

Returns

string —

The favorited tweet.