implements |
PhpDocTagValueNode |
---|---|
uses |
NodeAttributes |
Methods | ||
---|---|---|
public
|
__construct(
non-empty-string $name,
?TypeNode $bound,
string $description,
?TypeNode $default = null,
?TypeNode $lowerBound = null,
)
|
# |
public
|
__toString(): string
|
# |
Methods used from PHPStan\PhpDocParser\Ast\NodeAttributes |
---|
setAttribute(), hasAttribute(), getAttribute() |
Properties | |||
---|---|---|---|
public
|
non-empty-string
|
$name
|
# |
public
|
TypeNode|null
|
$bound
|
# |
public
|
TypeNode|null
|
$lowerBound
|
# |
public
|
TypeNode|null
|
$default
|
# |
public
|
string
|
$description
|
# |