| 1 | <?php |
||
| 24 | class FactoryValidatorPass implements CompilerPassInterface |
||
| 25 | { |
||
| 26 | private static $factoryServiceIds = []; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritdoc} |
||
| 30 | */ |
||
| 31 | 36 | public function process(ContainerBuilder $container) |
|
| 39 | |||
| 40 | /** |
||
| 41 | * @param mixed $factoryServiceIds |
||
| 42 | */ |
||
| 43 | 3 | public static function addFactoryServiceId($factoryServiceIds) |
|
| 47 | } |
||
| 48 |