1 | <?php |
||
25 | final class EagerMessage |
||
26 | { |
||
27 | /** @var MethodInvocation */ |
||
28 | protected $methodInvocation; |
||
29 | |||
30 | /** |
||
31 | * LazyMessage constructor. |
||
32 | * |
||
33 | * @param MethodInvocation $invocation |
||
34 | */ |
||
35 | public function __construct(MethodInvocation $invocation) |
||
39 | |||
40 | /** |
||
41 | * |
||
42 | */ |
||
43 | public function handle() |
||
47 | } |
||
48 |