date('F j, Y', strtotime($obj->getMinDate())), '{size}' => Qs_Math::sizeToByteString($obj->getDataSize()) ); $description = str_replace(array_keys($placeholders), array_values($placeholders), $description); return parent::setDescription($description); } public function render(Zend_View_Interface $view = null) { /** @var \Zend_Form_Decorator_Description $decorator */ $decorator = $this->getDecorator('Description'); $decorator->setEscape(false); return parent::render($view); } }