PHP 클래스 SimpleSoftwareIO\QrCode\DataTypes\Geo

상속: implements SimpleSoftwareIO\QrCode\DataTypes\DataTypeInterface
파일 보기 프로젝트 열기: simplesoftwareio/simple-qrcode 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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