Nextcloud PHP API (master)

IDataCollector

DataCollectorInterface.

Tags
since
24.0.0

Table of Contents

Methods

collect()  : void
Collects data for the given Request and Response.
getName()  : string
Returns the name of the collector.
reset()  : void
Reset the state of the profiler.

Methods

collect()

Collects data for the given Request and Response.

public collect(Request $request, Response $response[, Throwable|null $exception = null ]) : void
Parameters
$request : Request
$response : Response
$exception : Throwable|null = null
Tags
since
24.0.0

getName()

Returns the name of the collector.

public getName() : string
Tags
since
24.0.0
Return values
string

reset()

Reset the state of the profiler.

public reset() : void
Tags
since
24.0.0

        
On this page

Search results