Home
last modified time | relevance | path

Searched refs:normalizeAttribute (Results 1 – 12 of 12) sorted by relevance

/PHP-Parser/lib/PhpParser/Builder/
H A DFunction_.php48 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
H A DEnumCase.php68 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
H A DInterface_.php77 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
H A DTrait_.php65 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
H A DEnum_.php98 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
H A DMethod.php127 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
H A DClassConst.php118 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
H A DClass_.php132 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
H A DParam.php155 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
H A DProperty.php186 $this->attributeGroups[] = BuilderHelpers::normalizeAttribute($attribute);
/PHP-Parser/test/PhpParser/
H A DBuilderHelpersTest.php219 $this->assertEquals($attributeGroup, BuilderHelpers::normalizeAttribute($attribute));
220 $this->assertSame($attributeGroup, BuilderHelpers::normalizeAttribute($attributeGroup));
224 BuilderHelpers::normalizeAttribute('test');
/PHP-Parser/lib/PhpParser/
H A DBuilderHelpers.php305 public static function normalizeAttribute($attribute): Node\AttributeGroup { function in PhpParser\\BuilderHelpers

Completed in 21 milliseconds