Class PhpParser\Node\ArgPlaceholder

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
Methods inherited from PhpParser\NodeAbstract
getLine(), getStartLine(), getEndLine(), getStartTokenPos(), getEndTokenPos(), getStartFilePos(), getEndFilePos(), getComments(), getDocComment(), setDocComment(), setAttribute(), hasAttribute(), getAttribute(), getAttributes(), setAttributes(), jsonSerialize()
Properties
Properties inherited from PhpParser\NodeAbstract
$attributes