コード例 #1
0
ファイル: RO_CheckBoxList.php プロジェクト: alx/rosaveloso
 /**
  * PHP5 type constructor
  */
 function __construct($defaultValue, $label = '', $textBefore = '', $textAfter = '')
 {
     parent::__construct('', $defaultValue, $label, $textBefore, $textAfter);
 }