| 1 | <?php |
||
| 9 | final class ClassNameMapping extends TagBasedMapping |
||
| 10 | { |
||
| 11 | 48 | protected function isSupported(ContainerBuilder $container, Definition $definition, array $tagAttributes): bool |
|
| 15 | |||
| 16 | 42 | protected function findCommandsForService(ContainerBuilder $container, Definition $definition, array $tagAttributes): array |
|
| 22 | } |
||
| 23 |