| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
||
| 36 | { |
||
| 37 | $filters = $container->get('FilterManager'); |
||
| 38 | $dbNameExtractor = $filters->get('Install/DbNameExtractor'); |
||
| 39 | |||
| 40 | $plugin = new YawikConfigCreator($dbNameExtractor); |
||
| 41 | |||
| 42 | return $plugin; |
||
| 43 | } |
||
| 44 | |||
| 58 |