StepL

L steps of the Bidirectional Algorithm: reordering the resolved levels (L1, L2 and L4).

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

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>