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 $isOptional = NULL
 
  • var bool
private $isReference = NULL
 
  • var bool
private $isVariadic = NULL
 
  • var bool
private $name = NULL
 
  • var string|null
private $type = NULL
 
  • var \Type
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration