Пример #1
0
 /**
  * @param Method $method
  * @param Part $annotation
  * @return null
  */
 public function handle(Method $method, $annotation)
 {
     $method->addParts([$annotation->getKey() => $annotation->getValue()]);
 }