1 | <?php |
||
22 | final class HeadersAnnotHandler implements AnnotationHandler |
||
23 | { |
||
24 | /** |
||
25 | * Set each header to request |
||
26 | * |
||
27 | * @param AbstractAnnotation $annotation The annotation to handle |
||
28 | * @param ServiceMethodBuilder $serviceMethodBuilder Used to construct a [@see ServiceMethod] |
||
29 | * @param Converter|null $converter Converter used to convert types before sending to service method |
||
30 | * @param int|null $index The position of the parameter or null if annotation does not reference parameter |
||
31 | * @return void |
||
32 | * @throws \InvalidArgumentException |
||
33 | */ |
||
34 | 4 | public function handle( |
|
53 | } |
||
54 |