/**
  * Constructor
  */
 function __construct(DOMElement $element, array $labels = array())
 {
     parent::__construct($element);
     $this->_labels = array();
 }
Exemple #2
0
 /**
  * Constructor
  */
 function __construct(DOMElement $element, SimpleForm_FormElement $for)
 {
     parent::__construct($element);
     $this->_for = $for;
 }