HumHub Documentation (unofficial)

HttpClientDataCollector extends DataCollector
in package
implements LateDataCollectorInterface

FinalYes
Tags
author

Jérémy Romey jeremy@free-agent.fr

Table of Contents

Interfaces

LateDataCollectorInterface

Properties

$clients  : array<string|int, TraceableHttpClient>

Methods

collect()  : mixed
{@inheritdoc}
getClients()  : array<string|int, mixed>
getErrorCount()  : int
getName()  : string
{@inheritdoc}
getRequestCount()  : int
lateCollect()  : mixed
registerClient()  : mixed
reset()  : mixed
collectOnClient()  : array<string|int, mixed>

Properties

Methods

collect()

{@inheritdoc}

public collect(Request $request, Response $response[, Throwable|null $exception = null ]) : mixed
Parameters
$request : Request
$response : Response
$exception : Throwable|null = null

        
On this page

Search results