first commit
This commit is contained in:
17
pma/vendor/pragmarx/google2fa-qrcode/src/QRCode/QRCodeServiceContract.php
vendored
Normal file
17
pma/vendor/pragmarx/google2fa-qrcode/src/QRCode/QRCodeServiceContract.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace PragmaRX\Google2FAQRCode\QRCode;
|
||||
|
||||
interface QRCodeServiceContract
|
||||
{
|
||||
/**
|
||||
* Generates a QR code data url to display inline.
|
||||
*
|
||||
* @param string $string
|
||||
* @param int $size
|
||||
* @param string $encoding Default to UTF-8
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getQRCodeInline($string, $size = 200, $encoding = 'utf-8');
|
||||
}
|
||||
Reference in New Issue
Block a user