Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($version) | |
getVersion () | |
Context of a module being installed/updated: version, user data, etc.
@api
Definition at line 15 of file ModuleContext.php.
__construct | ( | $version | ) |
Init
string | $version | Current version of a module |
Definition at line 29 of file ModuleContext.php.
getVersion | ( | ) |
{Gets current version of the module
Implements ModuleContextInterface.
Definition at line 37 of file ModuleContext.php.