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 = []) |
||
34 | /** |
||
35 | * @return bool|mixed |
||
36 | */ |
||
37 | public function getSupport() |
||
51 | /** |
||
52 | * @param ApiInterface $service |
||
53 | * |
||
54 | * @return $this |
||
55 | */ |
||
56 | public function addApiService(ApiInterface $service) |
||
61 | /** |
||
62 | * @return array |
||
63 | */ |
||
64 | public function getApiService() |
||
68 | |||
69 | } |
||
|
|||
70 |
This check marks files that end in a newline character, i.e. an empy line.