1 | <?php |
||
15 | class JsonApiConfiguration implements ConfigurationInterface |
||
16 | { |
||
17 | /** |
||
18 | * {@inheritdoc} |
||
19 | */ |
||
20 | 3 | public function getConfigTreeBuilder() |
|
30 | |||
31 | /** |
||
32 | * Process mappers |
||
33 | * |
||
34 | * @param NodeBuilder $builder |
||
35 | */ |
||
36 | 3 | protected function processMappers(NodeBuilder $builder) |
|
51 | |||
52 | /** |
||
53 | * Process http-clients |
||
54 | * |
||
55 | * @param NodeBuilder $builder |
||
56 | */ |
||
57 | 3 | protected function processClients(NodeBuilder $builder) |
|
74 | |||
75 | /** |
||
76 | * Process endpoints of client |
||
77 | * |
||
78 | * @param NodeBuilder $builder |
||
79 | */ |
||
80 | 3 | protected function processEndpoints(NodeBuilder $builder) |
|
94 | } |