1 | <?php |
||
23 | class ClientRuleSource implements Component |
||
24 | { |
||
25 | /** |
||
26 | * @return string |
||
27 | */ |
||
28 | public function name(): string |
||
32 | |||
33 | /** |
||
34 | * {@inheritdoc} |
||
35 | */ |
||
36 | public function load(array $configs, ContainerBuilder $container) |
||
42 | |||
43 | /** |
||
44 | * {@inheritdoc} |
||
45 | */ |
||
46 | public function getNodeDefinition(NodeDefinition $node) |
||
49 | |||
50 | /** |
||
51 | * {@inheritdoc} |
||
52 | */ |
||
53 | public function prepend(ContainerBuilder $container, array $config): array |
||
57 | |||
58 | /** |
||
59 | * {@inheritdoc} |
||
60 | */ |
||
61 | public function build(ContainerBuilder $container) |
||
65 | } |
||
66 |