Money\Currency::code PHP Метод

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

Returns the currency code
public code ( ) : string
Результат string
    public function code()
    {
        return $this->code;
    }