@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpAttrGroup
Interface: PhpAttrGroup
Represents a group of PHP attributes (e.g., #[Attr1, Attr2]).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
attrs
ts
readonly attrs: PhpAttribute[];nodeType
ts
readonly nodeType: "AttributeGroup";