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
$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
Return values
mixed —getExperiments()
public
getExperiments() : array<string|int, bool>
Return values
array<string|int, bool> —hasPreviouslyUsedExperiments()
public
hasPreviouslyUsedExperiments() : bool
Return values
bool —read()
public
static read(PacketSerializer $in) : self
Parameters
- $in : PacketSerializer
Return values
self —write()
public
write(PacketSerializer $out) : void
Parameters
- $out : PacketSerializer