\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

$bitmap

$bitmap

$reader

$reader

$result

$result

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

Returns

mixed —

text()

text() : mixed

Returns

mixed —

getResult()

getResult() : mixed

Returns

mixed —