프로퍼티 | 타입 | 설명 | |
---|---|---|---|
메소드 | 설명 | |
---|---|---|
__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 ( ) |
public __construct ( $instagram ) | ||
Instagram The Instagram instance to make the Request with. |
abstract public getResponseObject ( ) : object | ||
리턴 | object | The class instance to map the JSON to. |
public interceptResponse ( $response ) : boolean | ||
$response | Response | |
리턴 | boolean | If the Response was intercepted, and should stop being processed. |
public setInstagram ( $instagram ) | ||
Instagram Instagram Instance to use for this Request |
public setSignedBody ( $params ) | ||
$params | array Parameters to add to Signed Body |