_isPartialRendering) { return ''; } if (null !== $view) { $this->setView($view); } if (!($content = $this->getAttrib('html'))) { $content = $this->getValue(); } /** @var Zend_Form_Decorator_Abstract $decorator */ foreach ($this->getDecorators() as $decorator) { $decorator->setElement($this); $content = $decorator->render($content); } return $content; } }