@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprMethodCall
Interface: PhpExprMethodCall
Represents a PHP method call expression (e.g., $object->method()).
Extends
Properties
args
ts
readonly args: PhpArg[];attributes
ts
readonly attributes: PhpAttributes;Inherited from
name
ts
readonly name:
| PhpExpr
| PhpIdentifier;nodeType
ts
readonly nodeType: "Expr_MethodCall";Overrides
var
ts
readonly var: PhpExpr;