commit version 22.12.12447
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
// a test pre-processor plugin - does nothing but pollute the namespace
|
||||
// the run() method will be called just after the config is read, but before any rendering or data reading is done.
|
||||
|
||||
class WeatherMapPreProcessorExample extends WeatherMapPreProcessor {
|
||||
|
||||
function run(&$map)
|
||||
{
|
||||
$map->add_note('test','TEST!');
|
||||
wm_debug("Example Preprocessor in the hizouse\n");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// vim:ts=4:sw=4:
|
Reference in New Issue
Block a user