Ejemplo n.º 1
0
 public function __construct($app, $siteConn, $resId, $className, $config, $configPath, $featureIdProp)
 {
     $this->mapDefId = null;
     $this->map = null;
     $this->sel = null;
     $this->sessionId = "";
     $this->imgFormat = "PNG";
     $this->imgWidth = 300;
     $this->imgHeight = 200;
     $this->dpi = 96;
     $this->zoomFactor = 1.3;
     $this->viewScale = 0;
     parent::__construct($app, $siteConn, $resId, $className, $config, $configPath, $featureIdProp);
 }
Ejemplo n.º 2
0
 public function __construct($app, $siteConn, $resId, $className, $config, $configPath, $featureIdProp)
 {
     $this->relations = array();
     parent::__construct($app, $siteConn, $resId, $className, $config, $configPath, $featureIdProp);
 }
Ejemplo n.º 3
0
 public function __construct($app, $siteConn, $resId, $className, $config, $configPath, $featureIdProp)
 {
     parent::__construct($app, $siteConn, $resId, $className, $config, $configPath, $featureIdProp);
 }