コード例 #1
0
 protected function createTrait(TraitType $traitType)
 {
     return new TraitUse([new Name($traitType->getName())]);
 }