@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtProperty
Interface: PhpStmtProperty
Represents a PHP class property declaration statement.
Extends
Properties
attrGroups
ts
readonly attrGroups: PhpAttrGroup[];attributes
ts
readonly attributes: PhpAttributes;Inherited from
flags
ts
readonly flags: number;hooks
ts
readonly hooks: PhpPropertyHook[];nodeType
ts
readonly nodeType: "Stmt_Property";Overrides
props
ts
readonly props: PhpStmtPropertyProperty[];type
ts
readonly type: PhpType | null;