コード例 #1
0
 /**
  * Constructor
  */
 function __construct(DOMElement $element, array $labels = array())
 {
     parent::__construct($element);
     $this->_labels = array();
 }
コード例 #2
0
ファイル: Label.php プロジェクト: TheProjecter/simpleform
 /**
  * Constructor
  */
 function __construct(DOMElement $element, SimpleForm_FormElement $for)
 {
     parent::__construct($element);
     $this->_for = $for;
 }