Documentation

UpdateCheck
in package

Simple object to make checking result of an update check more consistent.

Tags
author

Aberdeener

version
2.0.0-pr13
license

MIT

Table of Contents

Properties

$_raw_response  : string|null
$_response  : array<string|int, mixed>|null

Methods

__construct()  : mixed
checksum()  : string
getErrorMessage()  : string
gitHubLink()  : string
hasError()  : bool
instructions()  : string
isUrgent()  : bool
updateAvailable()  : bool
upgradeZipLink()  : string
version()  : string

Properties

$_response

private array<string|int, mixed>|null $_response

Methods

checksum()

public checksum() : string
Return values
string

getErrorMessage()

public getErrorMessage() : string
Return values
string
public gitHubLink() : string
Return values
string

hasError()

public hasError() : bool
Return values
bool

instructions()

public instructions() : string
Return values
string

isUrgent()

public isUrgent() : bool
Return values
bool

updateAvailable()

public updateAvailable() : bool
Return values
bool
public upgradeZipLink() : string
Return values
string

version()

public version() : string
Return values
string

        
On this page

Search results