Value Object representing iterable type
- psalm-immutable
CloneableFinalInstantiable
Methods |
public __toString() : string Returns a rendered output of the Type as it would be used in a DocBlock. |
Properties |
Value Object representing iterable type
Methods |
public phpDocumentor\Reflection\Types\AbstractList::__construct(?phpDocumentor Initializes this representation of an array with the given Type. |
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 Returns the type for the keys of this array. |
public phpDocumentor\Reflection\Types\AbstractList::getValueType() : phpDocumentor Returns the type for the values of this array. |
Properties |
protected phpDocumentor\Reflection\Types\AbstractList::$defaultKeyType = NULL
|
protected phpDocumentor\Reflection\Types\AbstractList::$keyType = NULL
|
protected phpDocumentor\Reflection\Types\AbstractList::$valueType = NULL
|