Com\Tecnick\Unicode\Bidi\StepBase
Tags
Table of Contents
- $seq : array<string|int, mixed>
- Sequence to process and return
- __construct() : mixed
- Initialize Sequence to process
- getSequence() : array<string|int, mixed>
- Returns the processed array
- processStep() : mixed
- Generic step
- process() : mixed
- Process the current step
Properties
$seq
Sequence to process and return
protected array<string|int,
mixed> $seq = array()
Methods
__construct()
Initialize Sequence to process
public __construct(array<string|int,
mixed> $seq[,
bool $process
= true
]) : mixed
Parameters
- $seq : array<string|int, mixed>
-
Isolated Sequence array
- $process : bool = true
-
If false disable automatic processing (this is a testing flag)
Return values
mixed —getSequence()
Returns the processed array
public getSequence()
: array<string|int,
mixed>
Return values
array<string|int, mixed> —processStep()
Generic step
public processStep(string $method)
: mixed
Parameters
- $method : string
-
Processing methos
Return values
mixed —process()
Process the current step
protected abstract process()
: mixed