Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (IdentityGeneratorInterface $identityService, ItemStatusInterfaceFactory $itemStatusInterfaceFactory, AsyncResponseInterfaceFactory $asyncResponseFactory, BulkManagementInterface $bulkManagement, LoggerInterface $logger, OperationRepository $operationRepository, UserContextInterface $userContext=null) | |
Class MassSchedule used for adding multiple entities as Operations to Bulk Management with the status tracking
@SuppressWarnings(PHPMD.CouplingBetweenObjects) Suppressed without refactoring to not introduce BiC
Definition at line 29 of file MassSchedule.php.
__construct | ( | IdentityGeneratorInterface | $identityService, |
ItemStatusInterfaceFactory | $itemStatusInterfaceFactory, | ||
AsyncResponseInterfaceFactory | $asyncResponseFactory, | ||
BulkManagementInterface | $bulkManagement, | ||
LoggerInterface | $logger, | ||
OperationRepository | $operationRepository, | ||
UserContextInterface | $userContext = null |
||
) |
Initialize dependencies.
IdentityGeneratorInterface | $identityService | |
ItemStatusInterfaceFactory | $itemStatusInterfaceFactory | |
AsyncResponseInterfaceFactory | $asyncResponseFactory | |
BulkManagementInterface | $bulkManagement | |
LoggerInterface | $logger | |
OperationRepository | $operationRepository | |
UserContextInterface | $userContext |
Definition at line 77 of file MassSchedule.php.