Example #1
0
function getWeather()
{
    $vigilance = new VigilanceMeteo();
    $weather = new Weather();
    return $weather->getCachedWeather();
}