| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 32 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 33 | { |
||
| 34 | $viewsReferences = $this->getContainer()->get('victoire_core.view_helper')->buildViewsReferences(); |
||
| 35 | $this->getContainer()->get('victoire_view_reference.cache.driver')->writeFile( |
||
| 36 | $this->getContainer()->get('victoire_view_reference.cache.manager')->generateXml($viewsReferences) |
||
| 37 | ); |
||
| 38 | } |
||
| 39 | } |
||
| 40 |