HumHub Documentation (unofficial)

ParserInterface

ParserInterface represents HTTP response message parser.

Tags
author

Paul Klimov klimov.paul@gmail.com

since
2.0

Table of Contents

Methods

parse()  : mixed
Parses given HTTP response instance.

Methods

parse()

Parses given HTTP response instance.

public parse(Response $response) : mixed
Parameters
$response : Response

HTTP response instance.

Return values
mixed

parsed content data.


        
On this page

Search results