mediatekformation

HttpClientDataCollector extends DataCollector
in package
implements LateDataCollectorInterface

DataCollector.

Tags
author

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

Interfaces, Classes, Traits and Enums

LateDataCollectorInterface
LateDataCollectorInterface.

Table of Contents

$data  : array<string|int, mixed>|Data
$clients  : array<string|int, TraceableHttpClient>
$cloner  : ClonerInterface
__sleep()  : array<string|int, mixed>
__wakeup()  : mixed
collect()  : mixed
{@inheritdoc}
getClients()  : array<string|int, mixed>
getErrorCount()  : int
getName()  : string
{@inheritdoc}
getRequestCount()  : int
lateCollect()  : mixed
Collects data as late as possible.
registerClient()  : mixed
reset()  : mixed
serialize()  : mixed
unserialize()  : mixed
cloneVar()  : Data
Converts the variable into a serializable Data instance.
getCasters()  : array<string|int, callable>
collectOnClient()  : array<string|int, mixed>

Properties

Methods

__sleep()

public __sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>

__wakeup()

public __wakeup() : mixed
Return values
mixed

getClients()

public getClients() : array<string|int, mixed>
Return values
array<string|int, mixed>

lateCollect()

Collects data as late as possible.

public lateCollect() : mixed
Return values
mixed

serialize()

public serialize() : mixed
Tags
deprecated

since Symfony 4.3, store all the serialized state in the data property instead

Return values
mixed

unserialize()

public unserialize(mixed $data) : mixed
Parameters
$data : mixed
Tags
deprecated

since Symfony 4.3, store all the serialized state in the data property instead

Return values
mixed

cloneVar()

Converts the variable into a serializable Data instance.

protected cloneVar(mixed $var) : Data

This array can be displayed in the template using the VarDumper component.

Parameters
$var : mixed
Return values
Data

getCasters()

protected getCasters() : array<string|int, callable>
Return values
array<string|int, callable>

The casters to add to the cloner

Search results