Esempio n. 1
0
 public function addElement($sName, form\Type $element = null)
 {
     switch ($sName) {
         case 'email':
             $element->setValue($element->getValue() . $this->read('add'));
             break;
     }
     return parent::addElement($sName, $element);
 }