Copied!

Value Object representing the type 'non-empty-list'.

  • psalm-immutable
CloneableFinalInstantiable
Methods
public __construct(?phpDocumentor\Reflection\Type $valueType = NULL)
public __toString() : string
 

Returns a rendered output of the Type as it would be used in a DocBlock.

public phpDocumentor\Reflection\Types\AbstractList::getKeyType() : phpDocumentor\Reflection\Type
 

Returns the type for the keys of this array.

public phpDocumentor\Reflection\Types\AbstractList::getValueType() : phpDocumentor\Reflection\Type
 

Returns the type for the values of this array.

public underlyingType() : phpDocumentor\Reflection\Type
Properties
protected phpDocumentor\Reflection\Types\AbstractList::$defaultKeyType = NULL
 
  • var \Type
protected phpDocumentor\Reflection\Types\AbstractList::$keyType = NULL
 
  • var \Type|null
protected phpDocumentor\Reflection\Types\AbstractList::$valueType = NULL
 
  • var \Type
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration