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