public function render()
 {
     $template = new HtmlUiTemplate('extensions/HtmlUi/templates/HtmlUiForm.php');
     return $template->render(array('attributes' => array('action' => $this->options['action'], 'method' => $this->options['method']), 'elements' => $this->elements));
 }
 public function render()
 {
     $template = new HtmlUiTemplate('extensions/HtmlUi/templates/HtmlUiFieldset.php');
     return $template->render(array('id' => $this->id, 'elements' => $this->elements));
 }