1 | <?php |
||
15 | class JsonApiConfiguration implements ConfigurationInterface |
||
16 | { |
||
17 | /** |
||
18 | * {@inheritdoc} |
||
19 | */ |
||
20 | 7 | public function getConfigTreeBuilder() |
|
31 | |||
32 | /** |
||
33 | * Process mappers |
||
34 | * |
||
35 | * @param NodeBuilder $builder |
||
36 | */ |
||
37 | 7 | protected function processMappers(NodeBuilder $builder) |
|
52 | |||
53 | /** |
||
54 | * Process http-client |
||
55 | * |
||
56 | * @param NodeBuilder $builder |
||
57 | */ |
||
58 | 7 | protected function processHttpClient(NodeBuilder $builder) |
|
65 | |||
66 | /** |
||
67 | * Process resource-based clients |
||
68 | * |
||
69 | * @param NodeBuilder $builder |
||
70 | */ |
||
71 | 7 | protected function processResourceClients(NodeBuilder $builder) |
|
88 | |||
89 | /** |
||
90 | * Process endpoints of client |
||
91 | * |
||
92 | * @param NodeBuilder $builder |
||
93 | */ |
||
94 | 7 | protected function processEndpoints(NodeBuilder $builder) |
|
108 | } |