Searched refs:attributeGroups (Results 1 – 10 of 10) sorted by relevance
/PHP-Parser/lib/PhpParser/Builder/ |
H A D | Function_.php | 16 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Function_ 48 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute); 64 'attrGroups' => $this->attributeGroups,
|
H A D | EnumCase.php | 21 protected array $attributeGroups = []; variable in PhpParser\\Builder\\EnumCase 68 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute); 82 $this->attributeGroups,
|
H A D | Interface_.php | 20 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Interface_ 77 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute); 91 'attrGroups' => $this->attributeGroups,
|
H A D | Trait_.php | 21 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Trait_ 65 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute); 79 'attrGroups' => $this->attributeGroups,
|
H A D | Enum_.php | 26 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Enum_ 98 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute); 113 'attrGroups' => $this->attributeGroups,
|
H A D | Method.php | 20 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Method 127 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute); 144 'attrGroups' => $this->attributeGroups,
|
H A D | ClassConst.php | 23 protected array $attributeGroups = []; variable in PhpParser\\Builder\\ClassConst 118 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute); 146 $this->attributeGroups,
|
H A D | Class_.php | 27 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Class_ 132 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute); 148 'attrGroups' => $this->attributeGroups,
|
H A D | Param.php | 19 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Param 155 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute); 168 …this->default, $this->type, $this->byRef, $this->variadic, [], $this->flags, $this->attributeGroups
|
H A D | Property.php | 25 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Property 186 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute); 219 $this->attributeGroups,
|
Completed in 11 milliseconds