Пример #1
0
 public function render(Zend_View_Interface $view = null)
 {
     if ($this->isEmailAntispamEnabled()) {
         $this->{$this->_orgEmailFieldName}->setValue('');
     }
     return parent::render($view);
 }