1 | <?php namespace Limoncello\Application\FormValidation\Execution; |
||
26 | class ContextStorage extends BaseContextStorage |
||
27 | { |
||
28 | use HasContainerTrait { |
||
29 | getContainer as public; |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * @param ContainerInterface $container |
||
34 | * @param array $blocks |
||
35 | */ |
||
36 | 3 | public function __construct(ContainerInterface $container, array $blocks) |
|
42 | |||
43 | /** |
||
44 | * @inheritdoc |
||
45 | */ |
||
46 | 1 | public function getContainer(): ContainerInterface |
|
50 | } |
||
51 |