Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (MagentoComposerApplication $magentoComposerApplication) | |
run ($package, $installed=false) | |
Data Fields | |
const | CURRENT_VERSION = 'current_version' |
const | VERSIONS = 'versions' |
const | AVAILABLE_VERSIONS = 'available_versions' |
const | NAME = 'name' |
const | NEW_VERSIONS = 'new_versions' |
Protected Attributes | |
$magentoComposerApplication | |
Class InfoCommand calls composer info command
Definition at line 12 of file InfoCommand.php.
__construct | ( | MagentoComposerApplication | $magentoComposerApplication | ) |
Constructor
MagentoComposerApplication | $magentoComposerApplication |
Definition at line 47 of file InfoCommand.php.
run | ( | $package, | |
$installed = false |
|||
) |
Runs composer info command
string | $package | |
bool | $installed |
Definition at line 59 of file InfoCommand.php.
|
protected |
Definition at line 40 of file InfoCommand.php.
const AVAILABLE_VERSIONS = 'available_versions' |
Available versions
Definition at line 24 of file InfoCommand.php.
const CURRENT_VERSION = 'current_version' |
Current version
Definition at line 17 of file InfoCommand.php.
const NAME = 'name' |
Package name
Definition at line 29 of file InfoCommand.php.
const NEW_VERSIONS = 'new_versions' |
New versions
Definition at line 34 of file InfoCommand.php.
const VERSIONS = 'versions' |
Definition at line 19 of file InfoCommand.php.