AXIAM PHP SDK

MdsRefreshOutcomeNoOpRefresh
in package
implements MdsRefreshOutcomeVariant

FinalYes

The `no_op_refresh` arm of {@see MdsRefreshOutcome} (`outcome: "no_op_refresh"`).

Table of Contents

Interfaces

MdsRefreshOutcomeVariant
`POST /api/v1/mds/refresh` response — the outcome of one ingestion attempt (mirrors `axiam_db::mds_ingest::MdsIngestOutcome`).

Properties

$no  : int

Methods

__construct()  : mixed
Constructs the `no_op_refresh` arm.
fromArray()  : self
Rebuilds the `no_op_refresh` arm from one decoded JSON object.
jsonSerialize()  : array<string, mixed>
Renders this arm for `json_encode()`.
toArray()  : array<string, mixed>
Renders this arm to its wire form, re-attaching `outcome: "no_op_refresh"`.

Properties

Methods

__construct()

Constructs the `no_op_refresh` arm.

public __construct(int $no) : mixed
Parameters
$no : int

the server's no field

fromArray()

Rebuilds the `no_op_refresh` arm from one decoded JSON object.

public static fromArray(array<string, mixed> $data) : self
Parameters
$data : array<string, mixed>

The raw wire object.

Return values
self

jsonSerialize()

Renders this arm for `json_encode()`.

public jsonSerialize() : array<string, mixed>
Return values
array<string, mixed>

toArray()

Renders this arm to its wire form, re-attaching `outcome: "no_op_refresh"`.

public toArray() : array<string, mixed>
Return values
array<string, mixed>
On this page

Search results