Table of contents
Namespace: Com\Tecnick\Barcode\Type\Square\Aztec
File: Rune.php line 37
Encode for the Aztec Rune Barcode type class
Tags
- since: 2026-09-01
- category: Library
- author: Nicola Asuni info@tecnick.com
- copyright: 2023-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
Methods
__construct()
File: Rune.php line 84
public __construct(int $value) : mixed
Parameters
- $value : int: The value to encode, from 0 to 255.
Tags
- throws: Exception
getGrid()
File: Rune.php line 99
public getGrid() : array<int, array<string|int, int>>
Return values
array<int, array<string|int, int»