|
|
|
@ -91,8 +91,13 @@ class HTML_QuickForm_group extends HTML_QuickForm_element |
|
|
|
|
* @access public |
|
|
|
|
* @return void |
|
|
|
|
*/ |
|
|
|
|
public function __construct($elementName=null, $elementLabel=null, $elements=null, $separator=null, $appendName = true) |
|
|
|
|
{ |
|
|
|
|
public function __construct( |
|
|
|
|
$elementName = null, |
|
|
|
|
$elementLabel = null, |
|
|
|
|
$elements = null, |
|
|
|
|
$separator = null, |
|
|
|
|
$appendName = true |
|
|
|
|
) { |
|
|
|
|
parent::__construct($elementName, $elementLabel); |
|
|
|
|
$this->_type = 'group'; |
|
|
|
|
if (isset($elements) && is_array($elements)) { |
|
|
|
|