Meilisearch PHP | Documentation

BatchProgress
in package

FinalYes
Tags
phpstan-import-type

RawBatchProgressStep from BatchProgressStep

phpstan-type

RawBatchProgress array{ steps: list<RawBatchProgressStep>, percentage: float }

Table of Contents

Properties

$percentage  : float
$steps  : array<string|int, mixed>

Methods

__construct()  : mixed
fromArray()  : self
getPercentage()  : float
getSteps()  : array<int, BatchProgressStep>

Properties

Methods

fromArray()

public static fromArray(RawBatchProgress $data) : self
Parameters
$data : RawBatchProgress
Return values
self

getPercentage()

public getPercentage() : float
Return values
float
On this page

Search results