Table of contents
Com › Tecnick › Unicode › Bidi
File: StepL.php line 37
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)
phpstan-import-type: CharData from \Com\Tecnick\Unicode\Bidi\Shaping\Arabic
__construct() : mixed: L steps
getChrData() : array<int, CharData>: Returns the processed array
Methods
__construct()
File: StepL.php line 58
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 83
public getChrData() : array<int, CharData>
Return values
array<int, CharData>