Documentation

InferenceFields extends ArrayObject
in package

Collection of inference fields.

Table of Contents

Properties

$fields  : array<string, SimpleField|ObjectField|ListField>
$indentLevel  : int

Methods

__construct()  : mixed
get()  : SimpleField|ObjectField|ListField|null
Get a field by key.
toString()  : string
Convert the fields to a string representation.

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $serverResponse[, int $indentLevel = 0 ]) : mixed
Parameters
$serverResponse : array<string|int, mixed>

Raw server response array.

$indentLevel : int = 0

Level of indentation.

toString()

Convert the fields to a string representation.

public toString([int|null $indent = 0 ]) : string
Parameters
$indent : int|null = 0

Optional indentation level.

Return values
string

        
On this page

Search results