| 1 | <?php |
||
| 11 | class ConventionedEnumCollectorCompilerPass implements CompilerPassInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var array |
||
| 15 | */ |
||
| 16 | private $bundles; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param array $bundles |
||
| 20 | */ |
||
| 21 | 3 | public function __construct(array $bundles) |
|
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | 3 | public function process(ContainerBuilder $container) |
|
| 36 | } |
||
| 37 |