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) { $this->getDecorator('Description')->setEscape(false); return parent::render($view); } }