Documentation

ExtensionBootstrapped
in package
implements Event

FinalYes
Tags
psalm-immutable
no-named-arguments

Parameter names are not covered by the backward compatibility promise for PHPUnit

Table of Contents

Interfaces

Event

Properties

$className  : string
$parameters  : array<string|int, mixed>
$telemetryInfo  : Info

Methods

__construct()  : mixed
asString()  : string
className()  : string
parameters()  : array<string|int, mixed>
telemetryInfo()  : Info

Properties

$parameters read-only

private array<string|int, mixed> $parameters
Tags
psalm-var

array<string, string>

Methods

__construct()

public __construct(Info $telemetryInfo, string $className, array<string|int, mixed> $parameters) : mixed
Parameters
$telemetryInfo : Info
$className : string
$parameters : array<string|int, mixed>
Tags
psalm-param

class-string $className

psalm-param

array<string, string> $parameters

parameters()

public parameters() : array<string|int, mixed>
Tags
psalm-return

array<string, string>

Return values
array<string|int, mixed>

        
On this page

Search results