CommandTaskRunner
class CommandTaskRunner implements TaskRunnerInterface (View source)
Receives a task and a command, and synchronously executes the command. On complete, returns the response.
Properties
| protected object | $command | ||
| protected string | $completionMessage | ||
| protected TaskInterface | $task | 
Methods
                    getTask()
        
                                            
                
            No description
                    object
                
                
                    getCommand()
        
                                            
                
            No description
                    string
                
                
                    getCompletionMessage()
        
                                            
                
            No description
                    string
                
                
                    getTaskRunnerHandler()
        
                                            
                
            No description
Details
        
                            
    __construct(TaskInterface $task, object $command, string $completionMessage)
        
    
    No description
        
                            TaskInterface
    getTask()
        
    
    No description
        
                            object
    getCommand()
        
    
    No description
        
                            string
    getCompletionMessage()
        
    
    No description
        
                            string
    getTaskRunnerHandler()
        
    
    No description