|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (ServiceLocatorInterface $serviceLocator, ResourceFactory $resourceFactory) | |
| create (LoggerInterface $log) | |
Protected Attributes | |
| $serviceLocator | |
@SuppressWarnings(PHPMD.CouplingBetweenObjects)
Definition at line 17 of file InstallerFactory.php.
| __construct | ( | ServiceLocatorInterface | $serviceLocator, |
| ResourceFactory | $resourceFactory | ||
| ) |
Constructor
| ServiceLocatorInterface | $serviceLocator | |
| ResourceFactory | $resourceFactory |
Definition at line 37 of file InstallerFactory.php.
| create | ( | LoggerInterface | $log | ) |
Factory method for installer object
| LoggerInterface | $log |
Definition at line 54 of file InstallerFactory.php.
|
protected |
Definition at line 24 of file InstallerFactory.php.