Пример #1
0
 /**
  * Constructor
  *
  * @param  Smarty  reference to the Smarty template engine instance
  * @param  bool    true: render an array of labels to many labels, $key 0 to 'label' and the oterh to "label_$key"
  * @access public
  */
 function __construct(&$tpl, $staticLabels = false)
 {
     parent::__construct(true, $staticLabels);
     $this->_tpl =& $tpl;
 }
 function __construct($collectHidden = false, $staticLabels = false)
 {
     parent::__construct($collectHidden, $staticLabels);
     $this->_groupStack = array();
 }