ResponseDataContract
in
ResponseDataContract interface.
Represents a contract for handling response data.
Table of Contents
Methods
- handle() : self
- Handle the response data and return self.
Methods
handle()
Handle the response data and return self.
public
handle(object $response) : self
Parameters
- $response : object
-
The response data.
Return values
self —Returns an instance of the implementing class.