1 | <?php |
||
33 | class Api extends AbstractApi |
||
34 | { |
||
35 | /** |
||
36 | * {@inheritDoc} |
||
37 | */ |
||
38 | 8 | protected function createAccountManager() |
|
42 | |||
43 | /** |
||
44 | * {@inheritDoc} |
||
45 | */ |
||
46 | 7 | protected function createCloudManager() |
|
50 | |||
51 | /** |
||
52 | * {@inheritDoc} |
||
53 | */ |
||
54 | 5 | protected function createHttpClient(Account $account, $cloudId) |
|
62 | |||
63 | /** |
||
64 | * {@inheritDoc} |
||
65 | */ |
||
66 | 5 | protected function createCloud() |
|
70 | |||
71 | /** |
||
72 | * {@inheritDoc} |
||
73 | */ |
||
74 | 8 | protected function createTransformerRegistry() |
|
78 | |||
79 | /** |
||
80 | * {@inheritDoc} |
||
81 | */ |
||
82 | 8 | protected function createCloudTransformer() |
|
89 | |||
90 | /** |
||
91 | * {@inheritDoc} |
||
92 | */ |
||
93 | 8 | protected function createEncodingTransformer() |
|
100 | |||
101 | /** |
||
102 | * {@inheritDoc} |
||
103 | */ |
||
104 | 8 | protected function createNotificationsTransformer() |
|
108 | |||
109 | /** |
||
110 | * {@inheritDoc} |
||
111 | */ |
||
112 | 8 | protected function createProfileTransformer() |
|
119 | |||
120 | /** |
||
121 | * {@inheritDoc} |
||
122 | */ |
||
123 | 8 | protected function createVideoTransformer() |
|
130 | } |
||
131 |