/home/techb158/immovalet.com/vendor/moneyphp/money/src
NameSizeModeActions
Calculator/-0755rm
Currencies/-0755rm
Exception/-0755rm
Exchange/-0755rm
Formatter/-0755rm
Parser/-0755rm
PHPUnit/-0755rm
Calculator.php25540644editdlrm
Converter.php14490644editdlrm
Currencies.php6930644editdlrm
Currency.php15950644editdlrm
CurrencyPair.php33740644editdlrm
Exception.php1690644editdlrm
Exchange.php7120644editdlrm
Money.php159730644editdlrm
MoneyFactory.php91600644editdlrm
MoneyFormatter.php3420644editdlrm
MoneyParser.php4620644editdlrm
Number.php83900644editdlrm
Edit: /home/techb158/immovalet.com/vendor/moneyphp/money/src/MoneyFactory.php (9160B)
* $fiveDollar = Money::USD(500); * * * @param string $method * @param array $arguments * * @return Money * * @throws \InvalidArgumentException If amount is not integer(ish) */ public static function __callStatic($method, $arguments) { return new Money($arguments[0], new Currency($method)); } }