Home
last modified time | relevance | path

Searched refs:traitUseAdaptation (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php288 ->with($factory->traitUseAdaptation('foo')->as('bar'))
289 ->with($factory->traitUseAdaptation('AnotherTrait', 'baz')->as('test'))
290 … ->with($factory->traitUseAdaptation('AnotherTrait', 'func')->insteadof('SecondTrait')))
/PHP-Parser/doc/component/
H A DAST_builders.markdown44 ->with($factory->traitUseAdaptation('foo')->as('bar'))
45 ->with($factory->traitUseAdaptation('AnotherTrait', 'baz')->as('test'))
46 ->with($factory->traitUseAdaptation('AnotherTrait', 'func')->insteadof('SecondTrait')))
/PHP-Parser/lib/PhpParser/
H A DBuilderFactory.php101 public function traitUseAdaptation($trait, $method = null): Builder\TraitUseAdaptation { function in PhpParser\\BuilderFactory
/PHP-Parser/
H A DCHANGELOG.md664 * `traitUseAdaptation()` (fluent builder)

Completed in 15 milliseconds