Open Journal Systems
3.3.0
MoneyFactory.php
1
<?php
2
3
namespace
Money
;
4
188
trait MoneyFactory
189
{
204
public
static
function
__callStatic($method, $arguments)
205
{
206
return
new
Money
($arguments[0],
new
Currency
($method));
207
}
208
}
Money
Currency
Basic class describing a currency.
Definition:
Currency.inc.php:24
plugins
paymethod
paypal
vendor
moneyphp
money
src
MoneyFactory.php
Generated on Fri Aug 28 2020 14:52:46 for Open Journal Systems by
1.8.17