RecordHistoryRollbackController
Attributes
- #[AsController]
Table of Contents
Properties
Methods
- __construct() : mixed
- revertCorrelation() : ResponseInterface
- rollBackCorrelation() : void
Properties
$languageService
        protected
            LanguageService|null
    $languageService
     = null
    
    
    
    
    
$languageServiceFactory
        protected
            LanguageServiceFactory
    $languageServiceFactory
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(LanguageServiceFactory $languageServiceFactory) : mixed
    Parameters
- $languageServiceFactory : LanguageServiceFactory
revertCorrelation()
    public
                    revertCorrelation(ServerRequestInterface $request) : ResponseInterface
    Parameters
- $request : ServerRequestInterface
Return values
ResponseInterfacerollBackCorrelation()
    protected
                    rollBackCorrelation(CorrelationId $correlationId) : void
    Parameters
- $correlationId : CorrelationId