StepI

I steps of the Bidirectional Algorithm: resolving implicit levels (I1 and I2).

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

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