Money\Currency::__toString PHP Méthode

__toString() public méthode

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