public function __construct()
 {
     parent::__construct();
     $this->inherit_fieldlist = array('width' => 800, 'height' => 600, 'kilo' => 1000, 'numscales' => array('DEFAULT' => 0), 'datasourceclasses' => array(), 'preprocessclasses' => array(), 'postprocessclasses' => array(), 'included_files' => array(), 'context' => '', 'dumpconfig' => false, 'rrdtool_check' => '', 'background' => '', 'imageoutputfile' => '', 'dataoutputfile' => '', 'imageuri' => '', 'htmloutputfile' => '', 'htmlstylesheet' => '', 'labelstyle' => 'percent', 'htmlstyle' => 'static', 'keystyle' => array('DEFAULT' => 'classic'), 'title' => 'Network Weathermap', 'keytext' => array('DEFAULT' => 'Traffic Load'), 'keyx' => array('DEFAULT' => -1), 'keyy' => array('DEFAULT' => -1), 'keyimage' => array(), 'keysize' => array('DEFAULT' => 400), 'stamptext' => 'Created: %b %d %Y %H:%M:%S', 'keyfont' => 4, 'titlefont' => 2, 'timefont' => 2, 'timex' => 0, 'timey' => 0, 'mintimex' => -10000, 'mintimey' => -10000, 'maxtimex' => -10000, 'maxtimey' => -10000, 'minstamptext' => 'Oldest Data: %b %d %Y %H:%M:%S', 'maxstamptext' => 'Newest Data: %b %d %Y %H:%M:%S', 'thumb_width' => 0, 'thumb_height' => 0, 'titlex' => -1, 'titley' => -1, 'cachefolder' => 'cached', 'mapcache' => '', 'sizedebug' => false, 'debugging' => false, 'widthmod' => false, 'has_includes' => false, 'has_overlibs' => false, 'name' => 'MAP');
     $this->min_ds_time = null;
     $this->max_ds_time = null;
     $this->scales = array();
     $this->colourtable = array();
     $this->configfile = '';
     $this->imagefile = '';
     $this->imageuri = '';
     $this->fonts = new WMFontTable();
     $this->fonts->init();
     $this->reset();
     $this->loadAllPlugins();
 }
 function __construct()
 {
     parent::__construct();
     $this->zIndex = 1000;
     $this->imageMapAreas = array();
     $this->descendents = array();
     $this->parent = null;
 }