extends |
NodeAbstract |
|---|
Represents the "?" argument placeholder of the partial function application syntax, e.g. the "?" in "foo(?)". Like VariadicPlaceholder, it occurs in the argument list of a call, in place of an ordinary Arg.
| Methods | ||
|---|---|---|
public
|
__construct(Identifier|null $name = null, array<string, mixed> $attributes = [])
|
# |
public
|
getSubNodeNames(): array
|
# |
public
|
getType(): string
|
# |
| Properties | |||
|---|---|---|---|
public
|
Identifier|null
|
$name
|
# |
| Properties inherited from PhpParser\NodeAbstract |
|---|
$attributes |