Table of contents
Namespace: Com\Tecnick\Unicode\Bidi
Extends: StepBase
File: StepI.php line 34
I steps of the Bidirectional Algorithm: resolving implicit levels (I1 and I2).
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
Methods
__construct()
File: StepBase.php line 44
public __construct(SeqData $seq[, bool $process = true ]) : mixed
Parameters
- $seq : SeqData: Isolated Sequence array
- $process : bool = true: If false disable automatic processing (this is a testing flag)
getSequence()
File: StepBase.php line 61
public getSequence() : SeqData
Return values
SeqData
processStep()
File: StepBase.php line 76
public processStep(callable(int): void|string $processor) : void
Parameters
- $processor : callable(int): void|string: Processing callback or method name