Searched refs:traitUseAdaptation (Results 1 – 4 of 4) sorted by relevance
288 ->with($factory->traitUseAdaptation('foo')->as('bar'))289 ->with($factory->traitUseAdaptation('AnotherTrait', 'baz')->as('test'))290 … ->with($factory->traitUseAdaptation('AnotherTrait', 'func')->insteadof('SecondTrait')))
44 ->with($factory->traitUseAdaptation('foo')->as('bar'))45 ->with($factory->traitUseAdaptation('AnotherTrait', 'baz')->as('test'))46 ->with($factory->traitUseAdaptation('AnotherTrait', 'func')->insteadof('SecondTrait')))
101 public function traitUseAdaptation($trait, $method = null): Builder\TraitUseAdaptation { function in PhpParser\\BuilderFactory
664 * `traitUseAdaptation()` (fluent builder)
Completed in 14 milliseconds