Money\Currency::code PHP 메소드

code() 공개 메소드

Returns the currency code
public code ( ) : string
리턴 string
    public function code()
    {
        return $this->code;
    }