Ejemplo n.º 1
0
 public function getJSONObject($defText = '', $defTitle = '')
 {
     $json = parent::getJSONObject($defText, $defTitle);
     $json['onlyVisibleOnHover'] = $this->onlyVisibleOnHover;
     $json['fillColor'] = $this->fillColor;
     $json['fillOpacity'] = $this->fillOpacity;
     return $json;
 }