for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Z38\SwissPayment\Money;
/**
* Sum of money in Israeli shekels
*/
class ILS extends Money
{
* {@inheritdoc}
final public function getCurrency()
return 'ILS';
}
final protected function getDecimals()
return 2;