Свойство | Type | Description | |
---|---|---|---|
$address | string | The BitCoin address. | |
$amount | integer | The amount to send. | |
$label | string | The BitCoin transaction label. | |
$message | string | The BitCoin message to send. | |
$prefix | string | The prefix of the QrCode. | |
$returnAddress | string | The BitCoin return URL. | |
$separator | string | The separator between the variables. |
Méthode | Description | |
---|---|---|
__toString ( ) : string | Returns the correct QrCode format. | |
create ( array $arguments ) | Generates the DataType Object and sets all of its properties. |
Méthode | Description | |
---|---|---|
buildBitCoinString ( ) : string | Builds a BitCoin string. | |
setOptions ( array $options ) | Sets the optional BitCoin options. | |
setProperties ( array $arguments ) | Sets the BitCoin arguments. |
public __toString ( ) : string | ||
Résultat | string |
protected buildBitCoinString ( ) : string | ||
Résultat | string |
protected setOptions ( array $options ) | ||
$options | array |
protected setProperties ( array $arguments ) | ||
$arguments | array |
protected string $message | ||
Résultat | string |
protected string $returnAddress | ||
Résultat | string |
protected string $separator | ||
Résultat | string |