implements |
Node |
---|---|
uses |
NodeAttributes |
Methods | ||
---|---|---|
public
|
__construct(?TypeNode $type, bool $isReference, bool $isVariadic, string $parameterName, ?ConstExprNode $defaultValue)
|
# |
public
|
__toString(): string
|
# |
Methods used from PHPStan\PhpDocParser\Ast\NodeAttributes |
---|
setAttribute(), hasAttribute(), getAttribute() |
Properties | |||
---|---|---|---|
public
|
TypeNode|null
|
$type
|
# |
public
|
bool
|
$isReference
|
# |
public
|
bool
|
$isVariadic
|
# |
public
|
string
|
$parameterName
|
# |
public
|
ConstExprNode|null
|
$defaultValue
|
# |