implements |
PhpDocTagValueNode |
---|---|
uses |
NodeAttributes |
Methods | ||
---|---|---|
public
|
__construct(TypeNode $type, string $parameter, bool $isNegated, string $description, bool $isEquality = false)
|
# |
public
|
__toString(): string
|
# |
Methods used from PHPStan\PhpDocParser\Ast\NodeAttributes |
---|
setAttribute(), hasAttribute(), getAttribute() |
Properties | |||
---|---|---|---|
public
|
TypeNode
|
$type
|
# |
public
|
string
|
$parameter
|
# |
public
|
bool
|
$isNegated
|
# |
public
|
bool
|
$isEquality
|
# |
public
|
string
|
$description
|
# |