Flow PHP

TelemetryOptions

Read onlyYes
FinalYes

Properties

$collectMetrics  : bool
$traceCache  : bool
$traceLoading  : bool
$traceTransformations  : bool

Methods

__construct()  : mixed
collectMetrics()  : self
traceCache()  : self
traceLoading()  : self
traceTransformations()  : self

Properties

Methods

__construct()

public __construct([bool $traceLoading = false ][, bool $traceTransformations = false ][, bool $traceCache = false ][, bool $collectMetrics = false ]) : mixed
Parameters
$traceLoading : bool = false
$traceTransformations : bool = false
$traceCache : bool = false
$collectMetrics : bool = false

collectMetrics()

public collectMetrics([bool $collect = true ]) : self
Parameters
$collect : bool = true
Return values
self

traceCache()

public traceCache([bool $trace = true ]) : self
Parameters
$trace : bool = true
Return values
self

traceLoading()

public traceLoading([bool $trace = true ]) : self
Parameters
$trace : bool = true
Return values
self

traceTransformations()

public traceTransformations([bool $trace = true ]) : self
Parameters
$trace : bool = true
Return values
self
On this page

Search results