/** * Construct. * * @param array $attributes Default html attributes. */ public function __construct($attributes = array()) { parent::__construct('select', $attributes); $this->template = 'formhelper_element_select'; }
/** * Construct. * * @param array $attributes Html attributes. */ public function __construct($attributes = array()) { parent::__construct('fieldset', $attributes); $this->template = 'formhelper_element_checkboxes'; }