Table of Contents
-
$description
: string
-
$isHealthy
: bool
-
$name
: string
-
$status
: string
-
$store
: string
-
__construct()
: mixed
-
checkHealth()
: void
-
fix()
: HealthCheckFixResult
-
getDescription()
: string
-
getName()
: string
-
getStatus()
: string
-
isHealthy()
: bool
-
toArray()
: array<string|int, mixed>
$description
protected
string
$description
$isHealthy
protected
bool
$isHealthy
$name
protected
string
$name
$status
protected
string
$status
$store
private
string
$store
__construct()
public
__construct() : mixed
Return values
mixed
—
checkHealth()
public
checkHealth() : void
Return values
void
—
fix()
public
fix() : HealthCheckFixResult
Return values
HealthCheckFixResult
—
getDescription()
public
getDescription() : string
Return values
string
—
getName()
public
getName() : string
Return values
string
—
getStatus()
public
getStatus() : string
Return values
string
—
isHealthy()
public
isHealthy() : bool
Return values
bool
—
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
—