@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / buildAttributeGroup
Function: buildAttributeGroup()
ts
function buildAttributeGroup(attrs, attributes?): PhpAttrGroup;Builds a PHP attribute group node.
Parameters
attrs
An array of PhpAttribute nodes within the group.
attributes?
Readonly<Record<string, unknown>>
Optional attributes for the node.
Returns
A PhpAttrGroup node.
