Documentation

UpdateInfo
in package

Model class for JsonMapper to represent the information returned from the updater API.

Tags
link
https://update.pmmp.io/api

Table of Contents

$base_version  : string
$build  : int
$channel  : string
$date  : int
$details_url  : string
$download_url  : string
$git_commit  : string
$is_dev  : bool
$mcpe_version  : string
$php_version  : string
$source_url  : string

Properties

$base_version

public string $base_version
Tags
required

$details_url

public string $details_url
Tags
required

$download_url

public string $download_url
Tags
required

$git_commit

public string $git_commit
Tags
required

$mcpe_version

public string $mcpe_version
Tags
required

$php_version

public string $php_version
Tags
required

$source_url

public string $source_url
Tags
required

Search results