function render() { $strings = parent::render(); $this->fillLabelAttributes(); $strings['label_' . $this->name] = $this->getLabelTag(); return $strings; }
function fillAttributes() { parent::fillAttributes(); $this->setAttribute('type', 'hidden'); $this->setAttribute('value', $this->getEffectiveValue()); }