PHP Class RenrenRestApiService, thinksns

Inheritance: extends HttpRequestService
Afficher le fichier Open project: medz/thinksns-4 Class Usage Examples

Méthodes publiques

Méthode Description
GET ( ) : mixed GET wrapper
__construct ( )
getCallId ( ) : RenRenClient Generate call id
rr_photo_post_fopen ( )
rr_post_curl ( ) : mixed POST wrapper,基于curl函数,需要支持curl函数才行
rr_post_fopen ( )

Private Methods

Méthode Description
generateSignature ( ) : RenRenClient Generate signature for sig parameter
paramsMerge ( $params ) : RenRenClient Parameters merge
setAPIURL ( $url )
setConfigToMapping ( ) : RenRenClient Setting mapping value

Method Details

GET() public méthode

GET wrapper
public GET ( ) : mixed
Résultat mixed

__construct() public méthode

public __construct ( )

getCallId() public méthode

Generate call id
Author: Edison tsai
public getCallId ( ) : RenRenClient
Résultat RenRenClient

rr_photo_post_fopen() public méthode

public rr_photo_post_fopen ( )

rr_post_curl() public méthode

POST wrapper,基于curl函数,需要支持curl函数才行
public rr_post_curl ( ) : mixed
Résultat mixed

rr_post_fopen() public méthode

public rr_post_fopen ( )