|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| __construct (EntityManager $entityManager, OperationInterfaceFactory $operationFactory, \Psr\Log\LoggerInterface $logger) | |
| changeOperationStatus ( $operationId, $status, $errorCode=null, $message=null, $data=null, $resultData=null) | |
Public Member Functions inherited from OperationManagementInterface | |
| changeOperationStatus ($operationId, $status, $errorCode=null, $message=null, $data=null) | |
Class OperationManagement
Definition at line 15 of file OperationManagement.php.
| __construct | ( | EntityManager | $entityManager, |
| OperationInterfaceFactory | $operationFactory, | ||
| \Psr\Log\LoggerInterface | $logger | ||
| ) |
OperationManagement constructor.
| EntityManager | $entityManager | |
| OperationInterfaceFactory | $operationFactory | |
| \Psr\Log\LoggerInterface | $logger |
Definition at line 39 of file OperationManagement.php.
| changeOperationStatus | ( | $operationId, | |
| $status, | |||
$errorCode = null, |
|||
$message = null, |
|||
$data = null, |
|||
$resultData = null |
|||
| ) |