Copied!
CloneableFinalInstantiable
Constants
public phpDocumentor\Reflection\DocBlock\Tags\MethodParameter::NO_DEFAULT_VALUE = '__NO_VALUE__'
Methods
public __construct(string $name, phpDocumentor\Reflection\Type $type, bool $isReference = false, bool $isVariadic = false, $defaultValue = '__NO_VALUE__'self::NO_DEFAULT_VALUE)
 
  • param mixed $defaultValue
public __toString() : string
public getDefaultValue() : ?string
public getName() : string
public getType() : phpDocumentor\Reflection\Type
public isReference() : bool
public isVariadic() : bool
Properties
private $defaultValue = NULL
 
  • var mixed
private bool $isReference
private bool $isVariadic
private string $name
private phpDocumentor\Reflection\Type $type
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration