@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtPropertyProperty
Interface: PhpStmtPropertyProperty
Represents a single property within a PHP class property declaration.
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
default
ts
readonly default: PhpExpr | null;name
ts
readonly name: PhpIdentifier;nodeType
ts
readonly nodeType: "PropertyItem";