implements |
TypeNode |
---|---|
uses |
NodeAttributes |
Methods | ||
---|---|---|
public
|
__construct(string $parameterName, TypeNode $targetType, TypeNode $if, TypeNode $else, bool $negated)
|
# |
public
|
__toString(): string
|
# |
Methods used from PHPStan\PhpDocParser\Ast\NodeAttributes |
---|
setAttribute(), hasAttribute(), getAttribute() |
Properties | |||
---|---|---|---|
public
|
string
|
$parameterName
|
# |
public
|
TypeNode
|
$targetType
|
# |
public
|
TypeNode
|
$if
|
# |
public
|
TypeNode
|
$else
|
# |
public
|
bool
|
$negated
|
# |