@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpArg
Interface: PhpArg
Represents a PHP argument node.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
byRef
ts
readonly byRef: boolean;name
ts
readonly name: PhpIdentifier | null;nodeType
ts
readonly nodeType: "Arg";Overrides
unpack
ts
readonly unpack: boolean;value
ts
readonly value: PhpExpr;