Money\Currency::code PHP Method

code() public method

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