Пример #1
0
 function render()
 {
     $strings = parent::render();
     $this->fillLabelAttributes();
     $strings['label_' . $this->name] = $this->getLabelTag();
     return $strings;
 }
Пример #2
0
 function fillAttributes()
 {
     parent::fillAttributes();
     $this->setAttribute('type', 'hidden');
     $this->setAttribute('value', $this->getEffectiveValue());
 }