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

Наследование: implements SimpleSoftwareIO\QrCode\DataTypes\DataTypeInterface
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$latitude The latitude.
$longitude The longitude.
$prefix string The prefix of the QrCode.
$separator string The separator between the variables.

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

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

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

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

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

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

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

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

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

The latitude.
protected $latitude

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

The longitude.
protected $longitude

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

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

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

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