Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1.     public function __construct()
  2.     {
  3.         $this->coefficient = "1.0000";
  4.         $this->decimalPoint = ".";
  5.         $this->thousandsSeparator = "";
  6.         $this->appendSymbol = true;
  7.         $this->isDefault = false;
  8.         $this->isEnabled = true;
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement