Documentation

Taxes extends ArrayObject
in package
implements Stringable

List of tax lines information.

Tags
extends

Table of Contents

Interfaces

Stringable

Methods

__construct()  : mixed
__toString()  : string
lineSeparator()  : string
Creates a string of rst line separators.

Methods

__construct()

public __construct(array<string, int|float|string|bool|null|array<string|int, mixed>> $rawPrediction, int|null $pageId) : mixed
Parameters
$rawPrediction : array<string, int|float|string|bool|null|array<string|int, mixed>>

Raw prediction array.

$pageId : int|null

Page number for multi pages document.

__toString()

public __toString() : string
Return values
string

String representation.

lineSeparator()

Creates a string of rst line separators.

private static lineSeparator(string $char) : string
Parameters
$char : string

Character to use as a separator.

Return values
string
On this page

Search results