Value Object representing a nullable type. The real type is wrapped.
- psalm-immutable
CloneableFinalInstantiable
- Implements
phpDocumentor \Reflection \Type Stringable
Methods |
public __construct(phpDocumentor Initialises this nullable type using the real type embedded |
public __toString() : string Returns a rendered output of the Type as it would be used in a DocBlock. |
public getActualType() : phpDocumentor Provide access to the actual type directly, if needed. |
Properties |
private $realType = NULL
|