QueryIndexManagementResponseConverter
in package
Table of Contents
- convertGetAllIndexesResult() : array<string|int, mixed>
- convertIndexState() : string
- convertIndexType() : string
Methods
convertGetAllIndexesResult()
public
static convertGetAllIndexesResult(GetAllIndexesResponse $response) : array<string|int, mixed>
Parameters
- $response : GetAllIndexesResponse
Tags
Return values
array<string|int, mixed> —convertIndexState()
private
static convertIndexState(int $indexState) : string
Parameters
- $indexState : int
Tags
Return values
string —convertIndexType()
private
static convertIndexType(int $indexType) : string
Parameters
- $indexType : int