1 | <?php |
||
11 | class ApiManager extends AbstractApi |
||
12 | { |
||
13 | /** |
||
14 | * @var array |
||
15 | */ |
||
16 | private $apiService = []; |
||
17 | |||
18 | /** |
||
19 | * @param $destinataire |
||
20 | * @param array $content |
||
21 | * @param array $options |
||
22 | * @return bool |
||
23 | */ |
||
24 | public function envoyer($destinataire, array $content, array $options = []) |
||
35 | |||
36 | /** |
||
37 | * @return bool|mixed |
||
38 | */ |
||
39 | public function getSupport() |
||
54 | |||
55 | /** |
||
56 | * @param ApiInterface $service |
||
57 | * |
||
58 | * @return $this |
||
59 | */ |
||
60 | public function addApiService(ApiInterface $service) |
||
66 | |||
67 | /** |
||
68 | * @return array |
||
69 | */ |
||
70 | public function getApiService() |
||
74 | |||
75 | } |
||
|
|||
76 |
This check marks files that end in a newline character, i.e. an empy line.