| 1 | <?php |
||
| 15 | class ContainerConfig implements ContainerConfigInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Define |
||
| 19 | * {@inheritDoc} |
||
| 20 | * @see \Aura\Di\ContainerConfigInterface::define() |
||
| 21 | */ |
||
| 22 | public function define(Container $di) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Modify |
||
| 29 | * {@inheritDoc} |
||
| 30 | * @see \Aura\Di\ContainerConfigInterface::modify() |
||
| 31 | */ |
||
| 32 | public function modify(Container $di) |
||
| 35 | } |