Home
last modified time | relevance | path

Searched refs:attributeGroups (Results 1 – 10 of 10) sorted by relevance

/PHP-Parser/lib/PhpParser/Builder/
H A DFunction_.php16 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Function_
48 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
64 'attrGroups' => $this->attributeGroups,
H A DEnumCase.php21 protected array $attributeGroups = []; variable in PhpParser\\Builder\\EnumCase
68 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
82 $this->attributeGroups,
H A DInterface_.php20 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Interface_
77 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
91 'attrGroups' => $this->attributeGroups,
H A DTrait_.php21 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Trait_
65 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
79 'attrGroups' => $this->attributeGroups,
H A DEnum_.php26 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Enum_
98 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
113 'attrGroups' => $this->attributeGroups,
H A DMethod.php20 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Method
127 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
144 'attrGroups' => $this->attributeGroups,
H A DClassConst.php23 protected array $attributeGroups = []; variable in PhpParser\\Builder\\ClassConst
118 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
146 $this->attributeGroups,
H A DClass_.php27 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Class_
132 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
148 'attrGroups' => $this->attributeGroups,
H A DParam.php19 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 DProperty.php25 protected array $attributeGroups = []; variable in PhpParser\\Builder\\Property
186 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
219 $this->attributeGroups,

Completed in 19 milliseconds