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