extends |
NodeAbstract |
---|
Methods | ||
---|---|---|
public
|
__construct(
Variable|Error $var,
null|Expr $default = null,
null|string|Identifier|Name|ComplexType $type = null,
bool $byRef = false,
bool $variadic = false,
array $attributes = [],
int $flags = 0,
AttributeGroup[] $attrGroups = [],
)
|
# |
public
|
getSubNodeNames(): array
|
# |
public
|
getType(): string
|
# |
Properties | |||
---|---|---|---|
public
|
null|Identifier|Name|ComplexType
|
$type
|
# |
public
|
bool
|
$byRef
|
# |
public
|
bool
|
$variadic
|
# |
public
|
Variable|Error
|
$var
|
# |
public
|
null|Expr
|
$default
|
# |
public
|
int
|
$flags
|
# |
public
|
AttributeGroup[]
|
$attrGroups
|
# |
Properties inherited from PhpParser\NodeAbstract |
---|
$attributes |