Method |
Description |
|
__construct ( $argv = [] ) |
Constructor. |
|
check ( ) |
Perform version check against latest available version. |
|
checkVersion ( $versionInfo, $displayInfo = false ) |
Perform version check. |
|
download ( ) |
Download latest package. |
|
execute ( ) |
Execute the specified command. |
|
latest ( ) |
Print information about the latest available version. |
|
log ( $message ) |
Log install message to stdout. |
|
promptContinue ( $prompt = "Continue?" ) |
Prompt user for yes/no input (default no). |
|
upgrade ( ) |
Run upgrade script. |
|
usage ( ) |
Print command usage information. |
|