Home
last modified time | relevance | path

Searched refs:addAttribute (Results 1 – 22 of 22) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php281 ->addAttribute($factory->attribute('ClassAttribute', ['repository' => 'fqcn']))
293 ->addAttribute($factory->attribute('Route', ['/index', 'name' => 'homepage']))
310 ->addAttribute($factory->attribute('TaggedIterator', ['app.handlers']))
320 … ->addAttribute($factory->attribute('Column', ['options' => ['unsigned' => true]]))
324 ->addAttribute($factory->attribute('ConstAttribute'))
/PHP-Parser/lib/PhpParser/Builder/
H A DFunction_.php47 public function addAttribute($attribute) { function in PhpParser\\Builder\\Function_
H A DEnumCase.php67 public function addAttribute($attribute) { function in PhpParser\\Builder\\EnumCase
H A DInterface_.php76 public function addAttribute($attribute) { function in PhpParser\\Builder\\Interface_
H A DTrait_.php64 public function addAttribute($attribute) { function in PhpParser\\Builder\\Trait_
H A DEnum_.php97 public function addAttribute($attribute) { function in PhpParser\\Builder\\Enum_
H A DMethod.php126 public function addAttribute($attribute) { function in PhpParser\\Builder\\Method
H A DClassConst.php117 public function addAttribute($attribute) { function in PhpParser\\Builder\\ClassConst
H A DClass_.php131 public function addAttribute($attribute) { function in PhpParser\\Builder\\Class_
H A DParam.php154 public function addAttribute($attribute) { function in PhpParser\\Builder\\Param
H A DProperty.php185 public function addAttribute($attribute) { function in PhpParser\\Builder\\Property
/PHP-Parser/test/PhpParser/Builder/
H A DEnumCaseTest.php46 ->addAttribute($attributeGroup)
H A DTraitTest.php106 ->addAttribute($attributeGroup)
H A DEnumTest.php117 ->addAttribute($attributeGroup)
H A DFunctionTest.php97 ->addAttribute($attributeGroup)
H A DInterfaceTest.php92 ->addAttribute($attributeGroup)
H A DClassTest.php152 ->addAttribute($attributeGroup)
H A DClassConstTest.php129 ->addAttribute($attributeGroup)
H A DMethodTest.php139 ->addAttribute($attributeGroup)
H A DPropertyTest.php143 ->addAttribute($attributeGroup)
H A DParamTest.php284 ->addAttribute($attributeGroup)
/PHP-Parser/
H A DCHANGELOG.md336 * An `addAttribute()` method accepting an `Attribute` or `AttributeGroup` has been adde to all

Completed in 61 milliseconds