Definition at line 28 of file QrcodeInterface.php.
Xoops\Core\Service\Contract\QrcodeInterface::getImgTag |
( |
Response |
$response, |
|
|
|
$qrText, |
|
|
|
$attributes = array() |
|
) |
| |
getImgTag - get a full HTML img tag to display a QR Code image of supplied text
- Parameters
-
Response | $response | object |
string | $qrText | text to encode in QR Code |
array | $attributes | array of attribute name => value pairs for img tag |
- Returns
- void - response->value set to URL string
Implemented in QrcodeProvider.
Xoops\Core\Service\Contract\QrcodeInterface::getImgUrl |
( |
Response |
$response, |
|
|
|
$qrText |
|
) |
| |
getImgUrl - get URL to QR Code image of supplied text
- Parameters
-
Response | $response | object |
string | $qrText | text to encode in QR Code |
- Returns
- void - response->value set to URL string
Implemented in QrcodeProvider.
The documentation for this interface was generated from the following file: