PHP 클래스 Horde_Service_Twitter_Favorites, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/)
저자: Michael J Rubinsky ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( Horde_Service_Twitter $twitter )
$twitter Horde_Service_Twitter

create() 공개 메소드

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

destroy() 공개 메소드

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

get() 공개 메소드

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