Property | Type | Description | |
---|---|---|---|
$body | string | The body of an email. | |
string | The email address. | ||
$prefix | string | The prefix of the QrCode. | |
$subject | string | The subject of the email. |
Method | Description | |
---|---|---|
__toString ( ) : string | Returns the correct QrCode format. | |
create ( array $arguments ) | Generates the DataType Object and sets all of its properties. |
Method | Description | |
---|---|---|
buildEmailString ( ) | * Builds the email string. | |
isValidEmail ( string $email ) : boolean | Ensures an email is valid. | |
setEmail ( $email ) | Sets the email property. | |
setProperties ( array $arguments ) | Sets the objects properties. |
public __toString ( ) : string | ||
return | string |
protected isValidEmail ( string $email ) : boolean | ||
string | ||
return | boolean |
protected setProperties ( array $arguments ) | ||
$arguments | array |