Money\Currency::__toString PHP Method

__toString() public method

Returns a string representation of the currency, namely its ISO code
public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->code;
    }