示例#1
0
 /**
  * PHP5 type constructor
  */
 function __construct($defaultValue, $label = '', $textBefore = '', $textAfter = '')
 {
     parent::__construct('', $defaultValue, $label, $textBefore, $textAfter);
 }