PHP Класс SimpleSoftwareIO\QrCode\DataTypes\WiFi

Автор: SimpleSoftware [email protected]
Наследование: implements SimpleSoftwareIO\QrCode\DataTypes\DataTypeInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Открытые методы

Метод Описание
__toString ( ) : string Returns the correct QrCode format.
create ( array $arguments ) Generates the DataType Object and sets all of its properties.

Защищенные методы

Метод Описание
buildWifiString ( ) : string Builds the WiFi string.
setProperties ( array $arguments ) Sets the WiFi properties.

Описание методов

__toString() публичный Метод

Returns the correct QrCode format.
public __toString ( ) : string
Результат string

buildWifiString() защищенный Метод

Builds the WiFi string.
protected buildWifiString ( ) : string
Результат string

create() публичный Метод

Generates the DataType Object and sets all of its properties.
public create ( array $arguments )
$arguments array

setProperties() защищенный Метод

Sets the WiFi properties.
protected setProperties ( array $arguments )
$arguments array

Описание свойств

$encryption защищенное свойство

The encryption of the network. WEP or WPA.
protected string $encryption
Результат string

$hidden защищенное свойство

Whether the network is a hidden SSID or not.
protected bool $hidden
Результат boolean

$password защищенное свойство

The password of the network.
protected string $password
Результат string

$prefix защищенное свойство

The prefix of the QrCode.
protected string $prefix
Результат string

$separator защищенное свойство

The separator between the variables.
protected string $separator
Результат string

$ssid защищенное свойство

The SSID of the WiFi network.
protected string $ssid
Результат string