1 | <?php |
||
12 | final class ContainerReceiverResolver extends SimpleReceiverResolver |
||
13 | { |
||
14 | private $container; |
||
15 | |||
16 | /** |
||
17 | * @param ContainerInterface $container |
||
18 | */ |
||
19 | 9 | public function __construct(ContainerInterface $container) |
|
23 | |||
24 | /** |
||
25 | * {@inheritdoc} |
||
26 | */ |
||
27 | 1 | public function accepts($receiver) |
|
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | 6 | public function resolve($receiver, Envelope $envelope) |
|
45 | } |
||
46 |