Beispiel #1
0
 /**
  * @return Html
  */
 public function getLabelPart($key = NULL)
 {
     return func_num_args() ? parent::getLabel($this->items[$key])->for($this->getHtmlId() . '-' . $key) : $this->getLabel();
 }
Beispiel #2
0
 public function getLabelPart($key)
 {
     return parent::getLabel($this->items[$key])->for($this->getHtmlId() . '-' . $key);
 }