Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
9 | "callback" => function () { |
||
10 | $weatherapi = new \Anax\Ip3\Validera3(); |
||
11 | $cfg = $this->get("configuration"); |
||
|
|||
12 | //laddar filen med nyckeln |
||
13 | $config = $cfg->load("weather_api.php"); |
||
14 | //skickar iväg nyckeln in i klassen. För att sen bli hämtbar |
||
15 | $weatherapi->getWeatherApi($config["config"]["key"]); |
||
16 | return $weatherapi; |
||
17 | } |
||
21 |