PHP Class Horde_Service_Twitter_Favorites, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/)
Author: Michael J Rubinsky ([email protected])
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
__construct ( Horde_Service_Twitter $twitter ) Constructor
create ( string $id ) : string Add a new favorite
destroy ( string $id ) : string Destroy the specified favorite.
get ( ) : string Obtain the requested status

Method Details

__construct() public method

Constructor
public __construct ( Horde_Service_Twitter $twitter )
$twitter Horde_Service_Twitter

create() public method

Add a new favorite
public create ( string $id ) : string
$id string The status id
return string The favorited tweet.

destroy() public method

Destroy the specified favorite.
public destroy ( string $id ) : string
$id string The status id
return string

get() public method

Obtain the requested status
public get ( ) : string
return string The method call results.