Property | Type | Description | |
---|---|---|---|
$message | string | The SMS message. | |
$phoneNumber | string | The phone number. | |
$prefix | string | The prefix of the QrCode. | |
$separator | string | The separator between the variables. |
Method | Description | |
---|---|---|
__toString ( ) : string | Returns the correct QrCode format. | |
create ( array $arguments ) | Generates the DataType Object and sets all of its properties. |
Method | Description | |
---|---|---|
buildSMSString ( ) : string | Builds a SMS string. | |
setProperties ( array $arguments ) | Sets the phone number and message for a sms message. |
public __toString ( ) : string | ||
return | string |
protected buildSMSString ( ) : string | ||
return | string |
protected setProperties ( array $arguments ) | ||
$arguments | array |
protected string $separator | ||
return | string |