Table of contents
Com › Tecnick › Unicode › Bidi
File: StepI.php line 32
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)
__construct() : mixed: Initialize Sequence to process
getSequence() : SeqData: Returns the processed array
processStep() : void: Generic step
Methods
__construct()
File: StepBase.php line 42
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 59
public getSequence() : SeqData
Return values
processStep()
File: StepBase.php line 74
public processStep(callable(int): void|string $processor) : void
Parameters
- $processor : callable(int): void|string: Processing callback or method name