Copied!

Value Object representing a Callable parameters.

  • psalm-immutable
CloneableFinalInstantiable
Methods
public __construct(phpDocumentor\Reflection\Type $type, ?string $name = NULL, bool $isReference = false, bool $isVariadic = false, bool $isOptional = false)
public getName() : ?string
public getType() : phpDocumentor\Reflection\Type
public isOptional() : bool
public isReference() : bool
public isVariadic() : bool
Properties
private bool $isOptional
private bool $isReference
private bool $isVariadic
private ?string $name
private phpDocumentor\Reflection\Type $type
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration