Instagram\API\Request\BaseRequest::interceptResponse PHP 메소드

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.
    public function interceptResponse($response)
    {
        return false;
    }