Table of contents
Namespace: Com\Tecnick\Barcode\Type\Square\Aztec
Backing type: string
File: AztecRange.php line 35
Backed enum for the Aztec Code symbol range mode: A (automatic selection between Compact and Full Range, default) or F (force Full Range).
Tags
- since: 2026-07-17
- category: Library
- author: Nicola Asuni info@tecnick.com
- copyright: 2010-2026 Nicola Asuni - Tecnick.com LTD
- license: https://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE)
- link: https://github.com/tecnickcom/tc-lib-barcode
Cases
Automatic
File: AztecRange.php line 38
FullRange
File: AztecRange.php line 41
Methods
fromLoose()
File: AztecRange.php line 52
public static fromLoose(string|self $value) : self
Accepts the canonical letter or an enum instance (returned unchanged). Unknown values fall back to Automatic, matching the lenient behavior of Aztec.
Parameters
- $value : string|self: Range mode letter or enum case.
Return values
self