1 | <?php |
||
17 | class TestContainerConfig implements ContainerConfigInterface |
||
18 | { |
||
19 | /** |
||
20 | * Define |
||
21 | * {@inheritDoc} |
||
22 | * @see \Aura\Di\ContainerConfigInterface::define() |
||
23 | */ |
||
24 | public function define(Container $di) |
||
32 | |||
33 | /** |
||
34 | * Modify |
||
35 | * {@inheritDoc} |
||
36 | * @see \Aura\Di\ContainerConfigInterface::modify() |
||
37 | */ |
||
38 | public function modify(Container $di) |
||
41 | } |