コード例 #1
0
ファイル: columns.php プロジェクト: martinw0102/ProjetSyst
 public function __construct($innerField, $numberAfterDecimal, $thousandsSeparator, $decimalSeparator, $currencySign = '$')
 {
     parent::__construct($innerField, $numberAfterDecimal, $thousandsSeparator, $decimalSeparator);
     $this->currencySign = $currencySign;
 }