__construct() 공개 메소드

public __construct ( $currencyCode = null, $microAmount = null )
예제 #1
0
파일: BWP.php 프로젝트: franciscoom/money
 public function __construct($amount)
 {
     parent::__construct($amount, new Currency('BWP'));
 }
예제 #2
0
 public function __construct(int $amount)
 {
     parent::__construct($amount, new Currency('EUR'));
 }