ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
◀ ilDoc Overview
ErrorCorrectionLevel.php
Go to the documentation of this file.
1
<?php
2
18
declare(strict_types=1);
19
20
namespace
ILIAS\Data\QR
;
21
32
enum
ErrorCorrectionLevel
:
string
33
{
35
case
LOW =
'L'
;
36
38
case
MEDIUM =
'M'
;
39
41
case
QUARTILE =
'Q'
;
42
44
case
HIGH
=
'H'
;
45
}
ILIAS\Data\QR
Definition:
ErrorCorrectionLevel.php:20
ILIAS\Data\QR\ErrorCorrectionLevel
ErrorCorrectionLevel
Error correction levels as defined by ISO/IEC 18004.
Definition:
ErrorCorrectionLevel.php:33
ILIAS\Data\QR\HIGH
@ HIGH
~7% of codewords can be restored.
Definition:
ErrorCorrectionLevel.php:44
components
ILIAS
Data
src
QR
ErrorCorrectionLevel.php
Generated on Wed Jun 3 2026 23:04:35 for ILIAS by
1.9.4 (using
Doxyfile
)