ApaiIO\ResponseTransformer\ResponseTransformerInterface::transform PHP Method

transform() public method

Transforms the response of the request
public transform ( mixed $response )
$response mixed
    public function transform($response);
ResponseTransformerInterface