Documentation

Experiments
in package

Table of Contents

$experiments  : array<string|int, mixed>
$hasPreviouslyUsedExperiments  : bool
__construct()  : mixed
getExperiments()  : array<string|int, bool>
hasPreviouslyUsedExperiments()  : bool
read()  : self
write()  : void

Properties

$experiments

private array<string|int, mixed> $experiments
Tags
phpstan-var

array<string, bool>

$hasPreviouslyUsedExperiments

private bool $hasPreviouslyUsedExperiments

Methods

__construct()

public __construct(array<string|int, bool> $experiments, bool $hasPreviouslyUsedExperiments) : mixed
Parameters
$experiments : array<string|int, bool>
$hasPreviouslyUsedExperiments : bool
Tags
phpstan-param

array<string, bool> $experiments

Return values
mixed

getExperiments()

public getExperiments() : array<string|int, bool>
Return values
array<string|int, bool>

hasPreviouslyUsedExperiments()

public hasPreviouslyUsedExperiments() : bool
Return values
bool

Search results