Options
    
            
            in package
            
        
    
            
            implements
                            CommandInterface                    
    
    
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- Constructor
- run() : Response
- Run survey patch command
Properties
$responseFactory
    protected
        ResponseFactory
    $responseFactory
    
    
    
    
Methods
__construct()
Constructor
    public
                    __construct(ResponseFactory $responseFactory) : mixed
    Parameters
- $responseFactory : ResponseFactory
run()
Run survey patch command
    public
                    run(Request $request) : Response
    Apply patch and respond with update patch to be applied to the source (if any).
Parameters
- $request : Request