final class AnnotationScopeMethodParameterReflection implements ParameterReflection

Methods

__construct(string $name, Type $type, PassedByReference $passedByReference, bool $isOptional, bool $isVariadic, Type|null $defaultValue)

No description

string
getName()

No description

bool
isOptional()

No description

Type
getType()

No description

PassedByReference
passedByReference()

No description

bool
isVariadic()

No description

Type|null
getDefaultValue()

No description

Details

at line 31
__construct(string $name, Type $type, PassedByReference $passedByReference, bool $isOptional, bool $isVariadic, Type|null $defaultValue)

No description

Parameters

string $name
Type $type
PassedByReference $passedByReference
bool $isOptional
bool $isVariadic
Type|null $defaultValue

at line 41
string getName()

No description

Return Value

string

at line 46
bool isOptional()

No description

Return Value

bool

at line 51
Type getType()

No description

Return Value

Type

at line 56
PassedByReference passedByReference()

No description

Return Value

PassedByReference

at line 61
bool isVariadic()

No description

Return Value

bool

at line 66
Type|null getDefaultValue()

No description

Return Value

Type|null