Beispiel #1
0
 public function getUrl()
 {
     $retStr = parent::getUrl();
     if (!$this->no_labels) {
         $retStr .= "&chl=" . $this->encodeData($this->valueLabels, "", "|");
     }
     return $retStr;
 }