Represents an expression type as described in the PSR-5, the PHPDoc Standard.
- psalm-immutable
Cloneable
Final
Instantiable
-
Implements
phpDocumentor\Reflection\Type Stringable
Methods |
public
__construct
(
phpDocumentor\Reflection\Type
$valueType
) 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
getValueType
() :
phpDocumentor\Reflection\Type
Returns the value for the keys of this array. |
Properties |
protected
$valueType
|