Value Object representing the conditional type.
- psalm-immutable
CloneableFinalInstantiable
| Methods |
| public __construct(bool $negated, phpDocumentor |
| public __toString() : string |
| public getElse() : phpDocumentor |
| public getIf() : phpDocumentor |
| public getSubjectType() : phpDocumentor |
| public getTargetType() : phpDocumentor |
| public isNegated() : bool |
| public underlyingType() : phpDocumentor |
| Properties |
private $else = NULL
|
private $if = NULL
|
private $negated = NULL
|
private $subjectType = NULL
|
private $targetType = NULL
|