PHP Class SimpleSoftwareIO\QrCode\DataTypes\PhoneNumber

Author: SimpleSoftware [email protected]
Inheritance: implements SimpleSoftwareIO\QrCode\DataTypes\DataTypeInterface
Afficher le fichier Open project: simplesoftwareio/simple-qrcode Class Usage Examples

Protected Properties

Свойство Type Description
$phoneNumber The phone number.
$prefix string The prefix of the QrCode.

Méthodes publiques

Méthode Description
__toString ( ) : string Returns the correct QrCode format.
create ( array $arguments ) Generates the DataType Object and sets all of its properties.

Method Details

__toString() public méthode

Returns the correct QrCode format.
public __toString ( ) : string
Résultat string

create() public méthode

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

Property Details

$phoneNumber protected_oe property

The phone number.
protected $phoneNumber

$prefix protected_oe property

The prefix of the QrCode.
protected string $prefix
Résultat string