Total Complexity | 5 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
4 | class Coordinates |
||
5 | { |
||
6 | private $config; |
||
7 | /** |
||
8 | * Constructor, allow for $di to be injected. |
||
9 | * |
||
10 | * @param Array $config for api key |
||
11 | */ |
||
12 | public function __construct($config) |
||
15 | } |
||
16 | |||
17 | public function setConfig($config) |
||
20 | } |
||
21 | |||
22 | public function getCoordinates(String $search) : array |
||
46 |