Sonata\tests\Component\Payment\Scellius\ScelliusPaymentTest_Order::getCurrency PHP Метод

getCurrency() публичный Метод

public getCurrency ( )
    public function getCurrency()
    {
        if (null === $this->currency) {
            return new Currency();
        }
        return $this->currency;
    }
ScelliusPaymentTest_Order