ParamMetadata
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Properties
- $name : string
- $needsScope : bool
- $payload : array<string|int, mixed>
- $resolver : ParamResolver
- $type : string|null
Methods
- __construct() : mixed
Properties
$name
public
string
$name
$needsScope
public
bool
$needsScope
= false
$payload
public
array<string|int, mixed>
$payload
= []
$resolver
public
ParamResolver
$resolver
$type
public
string|null
$type
Methods
__construct()
public
__construct(ParamResolver $resolver, string $name, string|null $type[, array<string, mixed> $payload = [] ][, bool $needsScope = false ]) : mixed
Parameters
- $resolver : ParamResolver
- $name : string
- $type : string|null
- $payload : array<string, mixed> = []
- $needsScope : bool = false