Documentation

CrashDumpData
in package
implements JsonSerializable

Interfaces, Classes, Traits and Enums

JsonSerializable

Table of Contents

$code  : array<string|int, mixed>
$error  : array<string|int, mixed>
$extensions  : array<string|int, mixed>
$format_version  : int
$general  : CrashDumpDataGeneral
$lastError  : array<string|int, mixed>
$parameters  : array<string|int, mixed>
$phpinfo  : string
$plugin  : string
$plugin_involvement  : string
$plugins  : array<string|int, mixed>
$pocketmineDotYml  : string
$serverDotProperties  : string
$time  : float
$trace  : array<string|int, mixed>
$uptime  : float
jsonSerialize()  : array<string|int, mixed>

Properties

$extensions

public array<string|int, mixed> $extensions = []
Tags
phpstan-var

array<string, string>

$parameters

public array<string|int, mixed> $parameters = []

$plugins

public array<string|int, mixed> $plugins = []
Tags
phpstan-var

array<string, CrashDumpDataPluginEntry>

$serverDotProperties

public string $serverDotProperties = ""

Methods

jsonSerialize()

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

Search results