@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprNew
Interface: PhpExprNew
Represents a PHP new expression (e.g., new MyClass()).
Extends
Properties
args
ts
readonly args: PhpArg[];attributes
ts
readonly attributes: PhpAttributes;Inherited from
class
ts
readonly class: PhpExpr | PhpName;nodeType
ts
readonly nodeType: "Expr_New";