1 | <?php |
||
19 | class ParserCompilerPass implements CompilerPassInterface { |
||
20 | /** |
||
21 | * Searches for all Audio Parsers that are tagged as 'stinger_soft.audioparser' inside all services.yml files |
||
22 | * @see Symfony\Component\DependencyInjection\Compiler.CompilerPassInterface::process() |
||
23 | */ |
||
24 | public function process(ContainerBuilder $container){ |
||
42 | } |
||
43 |