1 | <?php |
||
20 | final class PairwiseSubjectSource implements Component |
||
|
|||
21 | { |
||
22 | /** |
||
23 | * {@inheritdoc} |
||
24 | */ |
||
25 | protected function continueLoading(string $path, ContainerBuilder $container, array $config) |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | public function name(): string |
||
38 | |||
39 | /** |
||
40 | * {@inheritdoc} |
||
41 | */ |
||
42 | public function getNodeDefinition(NodeDefinition $node) |
||
57 | } |
||
58 |