SimpleSoftwareIO\QrCode\DataTypes\PhoneNumber::__toString PHP Method

__toString() public method

Returns the correct QrCode format.
public __toString ( ) : string
return string
    public function __toString()
    {
        return $this->prefix . $this->phoneNumber;
    }