Searched refs:AttributeGroup (Results 1 – 25 of 27) sorted by relevance
12
37 0: AttributeGroup(100 0: AttributeGroup(122 0: AttributeGroup(142 0: AttributeGroup(172 0: AttributeGroup(201 0: AttributeGroup(223 0: AttributeGroup(248 0: AttributeGroup(279 0: AttributeGroup(309 0: AttributeGroup([all …]
85 0: AttributeGroup(
37 * @return AttributeGroup[]
7 class AttributeGroup extends NodeAbstract { class
9 /** @var AttributeGroup[] PHP attribute groups */
22 /** @var AttributeGroup[] PHP attribute groups */
8 use PhpParser\Node\AttributeGroup; alias43 $attributeGroup = new AttributeGroup([$attribute]);
9 use PhpParser\Node\AttributeGroup; alias103 $attributeGroup = new AttributeGroup([$attribute]);
9 use PhpParser\Node\AttributeGroup; alias114 $attributeGroup = new AttributeGroup([$attribute]);
9 use PhpParser\Node\AttributeGroup; alias94 $attributeGroup = new AttributeGroup([$attribute]);
9 use PhpParser\Node\AttributeGroup; alias89 $attributeGroup = new AttributeGroup([$attribute]);
10 use PhpParser\Node\AttributeGroup; alias149 $attributeGroup = new AttributeGroup([$attribute]);
9 use PhpParser\Node\AttributeGroup; alias126 $attributeGroup = new AttributeGroup([$attribute]);
10 use PhpParser\Node\AttributeGroup; alias136 $attributeGroup = new AttributeGroup([$attribute]);
10 use PhpParser\Node\AttributeGroup; alias140 $attributeGroup = new AttributeGroup([$attribute]);
9 use PhpParser\Node\AttributeGroup; alias281 $attributeGroup = new AttributeGroup([$attribute]);
6 use PhpParser\Node\AttributeGroup; alias
32 $attrGroup = new Node\AttributeGroup([105 $attrGroup = new Node\AttributeGroup([108 $attrGroup2 = new Node\AttributeGroup([
305 public static function normalizeAttribute($attribute): Node\AttributeGroup {306 if ($attribute instanceof Node\AttributeGroup) {314 return new Node\AttributeGroup([$attribute]);
9 use PhpParser\Node\AttributeGroup; alias1550 AttributeGroup::class . '->attrs' => ', ',
217 $attributeGroup = new Node\AttributeGroup([$attribute]);
226 T_ATTRIBUTE attribute_group optional_comma ']' { $$ = Node\AttributeGroup[$2]; }
359 * An `addAttribute()` method accepting an `Attribute` or `AttributeGroup` has been adde to all433 * [PHP 8.0] Added support for attributes. These are represented using a new `AttributeGroup` node
77 protected function pAttributeGroup(Node\AttributeGroup $node): string {
Completed in 53 milliseconds