Type Resolver

CallableParameter
in package

FinalYes

Value Object representing a Callable parameters.

Tags
psalm-immutable

Table of Contents

Properties

$isOptional  : bool
$isReference  : bool
$isVariadic  : bool
$name  : string|null
$type  : Type

Methods

__construct()  : mixed
getName()  : string|null
getType()  : Type
isOptional()  : bool
isReference()  : bool
isVariadic()  : bool

Properties

Methods

__construct()

public __construct(Type $type[, string|null $name = null ][, bool $isReference = false ][, bool $isVariadic = false ][, bool $isOptional = false ]) : mixed
Parameters
$type : Type
$name : string|null = null
$isReference : bool = false
$isVariadic : bool = false
$isOptional : bool = false

        
On this page

Search results