Documentation

TestWith
in package

Read onlyYes
FinalYes
Tags
immutable
no-named-arguments

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

Attributes
#[Attribute]
\Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE

Table of Contents

Properties

$data  : array<string|int, mixed>
$name  : non-empty-string|null

Methods

__construct()  : mixed
data()  : array<string|int, mixed>
name()  : non-empty-string|null

Properties

$data

private array<string|int, mixed> $data

$name

private non-empty-string|null $name

Methods

__construct()

public __construct(array<string|int, mixed> $data[, non-empty-string|null $name = null ]) : mixed
Parameters
$data : array<string|int, mixed>
$name : non-empty-string|null = null

data()

public data() : array<string|int, mixed>
Return values
array<string|int, mixed>

name()

public name() : non-empty-string|null
Return values
non-empty-string|null
On this page

Search results