ancient-weatherstation/webstuff/frontend/php_inc/module.inc.php

13 lines
206 B
PHP

<?
class Module{
var parserInstance = NULL; /* Parser - Instanz */
var connectionInstance = NULL; /* Connection - Instanz */
function Module($modName, $sensId, $parser, $connection){
}
}
?>