PHP 클래스 SimpleSoftwareIO\QrCode\DataTypes\SMS

저자: SimpleSoftware [email protected]
상속: implements SimpleSoftwareIO\QrCode\DataTypes\DataTypeInterface
파일 보기 프로젝트 열기: simplesoftwareio/simple-qrcode

보호된 프로퍼티들

프로퍼티 타입 설명
$message string The SMS message.
$phoneNumber string The phone number.
$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.

보호된 메소드들

메소드 설명
buildSMSString ( ) : string Builds a SMS string.
setProperties ( array $arguments ) Sets the phone number and message for a sms message.

메소드 상세

__toString() 공개 메소드

Returns the correct QrCode format.
public __toString ( ) : string
리턴 string

buildSMSString() 보호된 메소드

Builds a SMS string.
protected buildSMSString ( ) : string
리턴 string

create() 공개 메소드

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

setProperties() 보호된 메소드

Sets the phone number and message for a sms message.
protected setProperties ( array $arguments )
$arguments array

프로퍼티 상세

$message 보호되어 있는 프로퍼티

The SMS message.
protected string $message
리턴 string

$phoneNumber 보호되어 있는 프로퍼티

The phone number.
protected string $phoneNumber
리턴 string

$prefix 보호되어 있는 프로퍼티

The prefix of the QrCode.
protected string $prefix
리턴 string

$separator 보호되어 있는 프로퍼티

The separator between the variables.
protected string $separator
리턴 string