\Pop\VersionVersion

Version class

Summary

Methods
Properties
Constants
compareVersion()
getLatest()
getLatestFromGitHub()
getLatestFromPop()
isLatest()
systemCheck()
No public properties found
VERSION
VERSION_SOURCE_GITHUB
VERSION_SOURCE_POP
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

VERSION

VERSION

Current version of the core popphp/popphp

VERSION_SOURCE_GITHUB

VERSION_SOURCE_GITHUB

Version source from GitHub

VERSION_SOURCE_POP

VERSION_SOURCE_POP

Version source from www.popphp.org

Methods

compareVersion()

compareVersion(string  $version) : mixed

Compares the local version to the latest version available

Parameters

string $version

Returns

mixed

getLatest()

getLatest(string  $source = 'POP') : mixed

Returns the latest version available.

Parameters

string $source

Returns

mixed

getLatestFromGitHub()

getLatestFromGitHub() : mixed

Returns the latest version available from GitHub.

Returns

mixed

getLatestFromPop()

getLatestFromPop() : mixed

Returns the latest version available from www.popphp.org.

Returns

mixed

isLatest()

isLatest(string  $source = 'POP') : mixed

Returns whether or not this is the latest version.

Parameters

string $source

Returns

mixed

systemCheck()

systemCheck(string  $source = 'POP') : array

Checks the system environment and dependencies and returns the results

Parameters

string $source

Returns

array