__construct() public méthode

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