1 | <?php |
||
5 | class TotalVoiceConfig |
||
6 | { |
||
7 | /** |
||
8 | * @var array |
||
9 | */ |
||
10 | private $config; |
||
11 | |||
12 | /** |
||
13 | * TotalVoiceConfig constructor. |
||
14 | * |
||
15 | * @param array $config |
||
16 | */ |
||
17 | 2 | public function __construct(array $config) |
|
21 | |||
22 | /** |
||
23 | * Get the access token. |
||
24 | * |
||
25 | * @return string |
||
26 | */ |
||
27 | public function getAccessToken() |
||
31 | } |
||
32 |