1 | <?php |
||
21 | final class ClientSource extends ArraySource |
||
22 | { |
||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | protected function name(): string |
||
30 | |||
31 | /** |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | protected function continueLoading(string $path, ContainerBuilder $container, array $config) |
||
41 | |||
42 | /** |
||
43 | * {@inheritdoc} |
||
44 | */ |
||
45 | protected function continueConfiguration(NodeDefinition $node) |
||
59 | } |
||
60 |