@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprFuncCall
Interface: PhpExprFuncCall
Represents a PHP function call expression (e.g., myFunction()).
Extends
Properties
args
ts
readonly args: PhpArg[];attributes
ts
readonly attributes: PhpAttributes;Inherited from
name
ts
readonly name: PhpExpr | PhpName;nodeType
ts
readonly nodeType: "Expr_FuncCall";