__construct() public method

public __construct ( $currencyCode = null, $microAmount = null )
Example #1
0
 public function __construct($amount)
 {
     parent::__construct($amount, new Currency('BWP'));
 }
Example #2
0
 public function __construct(int $amount)
 {
     parent::__construct($amount, new Currency('EUR'));
 }