Documentation

ExtensionBootstrap
in package

FinalYes
Tags
no-named-arguments

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

psalm-immutable

Table of Contents

Properties

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

Methods

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

Properties

$parameters read-only

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

array<string,string>

Methods

__construct()

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

class-string $className

psalm-param

array<string,string> $parameters

className()

public className() : string
Tags
psalm-return

class-string

Return values
string

parameters()

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

array<string,string>

Return values
array<string|int, mixed>

        
On this page

Search results