Ajout du module OUI FM Radio

This commit is contained in:
Chouchen
2010-09-21 16:07:23 +00:00
parent 8ece766934
commit 81bf7cb785
5 changed files with 52 additions and 2 deletions

View File

@@ -24,6 +24,10 @@ class clock extends Module {
}
public static function updateConfig($updated){
foreach ($updated as $what=>$withWhat){
if(in_array($what, self::$paramsList)){
call_user_func(array(get_class(), "set".ucfirst($what)), $withWhat);
}
}
}
}