@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpExprNullsafePropertyFetch
Interface: PhpExprNullsafePropertyFetch
Represents a PHP nullsafe property fetch expression (e.g., $object?->property).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
name
ts
readonly name:
| PhpExpr
| PhpIdentifier;nodeType
ts
readonly nodeType: "Expr_NullsafePropertyFetch";Overrides
var
ts
readonly var: PhpExpr;