Home
last modified time | relevance | path

Searched refs:CurrencyAwarePrice (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DCurrencyAwareOrder.php16 public function __construct(?CurrencyAwarePrice $price = null)
18 $this->cost = $price ?: new CurrencyAwarePrice(5);
H A DCurrencyAwarePrice.php10 class CurrencyAwarePrice class
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php43 use JMS\Serializer\Tests\Fixtures\CurrencyAwarePrice; alias
840 $price = new CurrencyAwarePrice(2.34);
850 $order = new CurrencyAwareOrder(new CurrencyAwarePrice(1.23));