PHP Interface Tebru\Retrofit\Http\Callback

Author: Edward Pfremmer ([email protected])
Author: Nate Brunete ([email protected])
显示文件 Open project: tebru/retrofit-php Interface Usage Examples

Public Methods

Method Description
onFailure ( RequestException $exception ) Called on errors
onResponse ( Psr\Http\Message\ResponseInterface $response ) Called on successful responses

Method Details

onFailure() public method

Called on errors
public onFailure ( RequestException $exception )
$exception Tebru\Retrofit\Exception\RequestException

onResponse() public method

Called on successful responses
public onResponse ( Psr\Http\Message\ResponseInterface $response )
$response Psr\Http\Message\ResponseInterface