Documentation

InvoiceV4LineItems extends ArrayObject
in package
implements Stringable

List of all the line items present on the invoice.

Tags
extends

Table of Contents

Interfaces

Stringable

Methods

__construct()  : mixed
__toString()  : string
String representation.
lineItemsSeparator()  : string
Creates a line of rST table-compliant string separators.

Methods

__construct()

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

Raw prediction array.

$pageId : int|null = null

Page number for multi pages document.

__toString()

String representation.

public __toString() : string
Return values
string

lineItemsSeparator()

Creates a line of rST table-compliant string separators.

public static lineItemsSeparator(string $char) : string
Parameters
$char : string

Character to use as a separator.

Return values
string
On this page

Search results