1 | <?php |
||
7 | class Blackhole implements TranslationServiceInterface |
||
8 | { |
||
9 | /** |
||
10 | * @inheritDoc |
||
11 | */ |
||
12 | public function fetchTranslation(Message $message, $updateFs = false) |
||
15 | |||
16 | /** |
||
17 | * @inheritDoc |
||
18 | */ |
||
19 | public function updateTranslation(Message $message) |
||
22 | |||
23 | /** |
||
24 | * @inheritDoc |
||
25 | */ |
||
26 | public function flagTranslation(Message $message, $type = 0) |
||
29 | |||
30 | /** |
||
31 | * @inheritDoc |
||
32 | */ |
||
33 | public function createAsset(Message $message) |
||
36 | |||
37 | /** |
||
38 | * @inheritDoc |
||
39 | */ |
||
40 | public function downloadAllTranslations() |
||
43 | |||
44 | /** |
||
45 | * @inheritDoc |
||
46 | */ |
||
47 | public function importAllTranslations() |
||
50 | |||
51 | /** |
||
52 | * @inheritDoc |
||
53 | */ |
||
54 | public function synchronizeAllTranslations() |
||
57 | |||
58 | /** |
||
59 | * @inheritDoc |
||
60 | */ |
||
61 | public function uploadAllTranslations() |
||
64 | } |