PHP 클래스 Instagram\API\Request\BaseRequest

상속: extends Instagram\API\Framework\Request
파일 보기 프로젝트 열기: liamcottle/instagram-sdk-php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$instagram Instagram\Instagram

공개 메소드들

메소드 설명
__construct ( $instagram )
execute ( ) : object Execute the Request
getCachedResponse ( )
getEndpoint ( ) : string
getResponseObject ( ) : object
getUrl ( )
interceptResponse ( $response ) : boolean This method will be called before checking the Response is OK.
parseResponse ( )
setInstagram ( $instagram )
setSignedBody ( $params )
throwExceptionIfResponseNotOk ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $instagram )
$instagram Instagram The Instagram instance to make the Request with.

execute() 공개 메소드

Execute the Request
public execute ( ) : object
리턴 object Response Data

getCachedResponse() 공개 메소드

public getCachedResponse ( )

getEndpoint() 추상적인 공개 메소드

abstract public getEndpoint ( ) : string
리턴 string The API Endpoint

getResponseObject() 추상적인 공개 메소드

abstract public getResponseObject ( ) : object
리턴 object The class instance to map the JSON to.

getUrl() 공개 메소드

public getUrl ( )

interceptResponse() 공개 메소드

This method will be called before checking the Response is OK.
public interceptResponse ( $response ) : boolean
$response Response
리턴 boolean If the Response was intercepted, and should stop being processed.

parseResponse() 공개 메소드

public parseResponse ( )

setInstagram() 공개 메소드

public setInstagram ( $instagram )
$instagram Instagram Instagram Instance to use for this Request

setSignedBody() 공개 메소드

public setSignedBody ( $params )
$params array Parameters to add to Signed Body

throwExceptionIfResponseNotOk() 공개 메소드

프로퍼티 상세

$instagram 공개적으로 프로퍼티

public Instagram,Instagram $instagram
리턴 Instagram\Instagram