1 | <?php |
||
8 | abstract class AbstractChainsCompilerPass extends AbstractContextCompilerPass |
||
9 | { |
||
10 | /** |
||
11 | * @inheritDoc |
||
12 | */ |
||
13 | 3 | protected function getParamToBeProcessed() |
|
17 | |||
18 | /** |
||
19 | * @param string $contextId |
||
20 | * @param string $name |
||
21 | * |
||
22 | * @return string |
||
23 | */ |
||
24 | 2 | protected function buildChainServiceName($contextId, $name) |
|
33 | } |
||
34 |