Exemplo n.º 1
0
 public function getUrl()
 {
     $this->scaleValues();
     $this->setBarWidth();
     $retStr = parent::concatUrl();
     $retStr .= "&chbh={$this->realBarWidth},{$this->_groupSpacerWidth}";
     return $retStr;
 }
Exemplo n.º 2
0
 /**
  * Concat URL
  */
 protected function concatUrl()
 {
     $result = parent::concatUrl() . '&chtm=' . $this->_region;
     return $result;
 }