Property | Type | Description | |
---|---|---|---|
$encryption | string | The encryption of the network. WEP or WPA. | |
$hidden | boolean | Whether the network is a hidden SSID or not. | |
$password | string | The password of the network. | |
$prefix | string | The prefix of the QrCode. | |
$separator | string | The separator between the variables. | |
$ssid | string | The SSID of the WiFi network. |
Method | Description | |
---|---|---|
__toString ( ) : string | Returns the correct QrCode format. | |
create ( array $arguments ) | Generates the DataType Object and sets all of its properties. |
Method | Description | |
---|---|---|
buildWifiString ( ) : string | Builds the WiFi string. | |
setProperties ( array $arguments ) | Sets the WiFi properties. |
public __toString ( ) : string | ||
return | string |
protected buildWifiString ( ) : string | ||
return | string |
protected setProperties ( array $arguments ) | ||
$arguments | array |
protected string $encryption | ||
return | string |
protected string $password | ||
return | string |
protected string $separator | ||
return | string |