PHP 클래스 SimpleSoftwareIO\QrCode\DataTypes\PhoneNumber

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

보호된 프로퍼티들

프로퍼티 타입 설명
$phoneNumber The phone number.
$prefix string The prefix of the QrCode.

공개 메소드들

메소드 설명
__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

프로퍼티 상세

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

The phone number.
protected $phoneNumber

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

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