open('forms/hidden_input'); $template->name = $this->name; $template->value = $this->getValue(); $template->id = md5(uniqid()); $template->attributes = arrayToHtmlAttributes($this->attributes); return $template->render(); } }