Table of contents
Namespace: Com\Tecnick\Unicode\Bidi
File: StepL.php line 40
L steps of the Bidirectional Algorithm: reordering the resolved levels (L1, L2 and L4).
Tags
- since: 2015-07-13
- category: Library
- author: Nicola Asuni info@tecnick.com
- copyright: 2011-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-unicode
- phpstan-import-type: CharData from \Com\Tecnick\Unicode\Bidi\Shaping\Arabic
Methods
__construct()
File: StepL.php line 61
public __construct(array<int, CharData> $chardata, int $pel, int $maxlevel) : mixed
Parameters
- $chardata : array<int, CharData>: Array of characters data
- $pel : int: Paragraph embedding level
- $maxlevel : int: Maximum level
getChrData()
File: StepL.php line 86
public getChrData() : array<int, CharData>
Return values
array<int, CharData>