| 1 | <?php |
||
| 19 | class CurrencyCodeMoneyFormatter implements MoneyFormatter |
||
| 20 | { |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param string $money_amount |
||
| 24 | * @param Currency $currency |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | public function format($money_amount, Currency $currency) |
||
| 31 | |||
| 32 | } |
||
| 33 | // End of file CurrencyCodeMoneyFormatter.php |
||
| 34 | // Location: core/entities/money/CurrencyCodeMoneyFormatter.php |