\ZxingQrReader

Summary

Methods
Properties
Constants
__construct()
decode()
text()
getResult()
No public properties found
SOURCE_TYPE_FILE
SOURCE_TYPE_BLOB
SOURCE_TYPE_RESOURCE
No protected methods found
No protected properties found
N/A
No private methods found
$bitmap
$reader
$result
N/A

Constants

SOURCE_TYPE_FILE

SOURCE_TYPE_FILE = 'file'

SOURCE_TYPE_BLOB

SOURCE_TYPE_BLOB = 'blob'

SOURCE_TYPE_RESOURCE

SOURCE_TYPE_RESOURCE = 'resource'

Properties

$reader

$reader : \Zxing\Qrcode\QRCodeReader

Type

QRCodeReader

Methods

__construct()

__construct(mixed  $imgSource, mixed  $sourceType = QrReader::SOURCE_TYPE_FILE, mixed  $useImagickIfAvailable = true) : mixed

Parameters

mixed $imgSource
mixed $sourceType
mixed $useImagickIfAvailable

Returns

mixed —

decode()

decode(mixed  $hints = null) : void

Parameters

mixed $hints

text()

text(mixed  $hints = null) : mixed

Parameters

mixed $hints

Returns

mixed —

getResult()

getResult() : mixed

Returns

mixed —