RunCommandHandler
    
            
            in package
            
        
    
    
    
Table of Contents
Properties
- $commandBus : CommandBus
 - $themeManager : ThemeManager
 
Methods
- __construct() : mixed
 - handle() : array<string|int, DocumentNode>
 - getExclude() : Exclude|SpecificationInterface|null
 
Properties
$commandBus
        private
            CommandBus
    $commandBus
    
    
    
    
    
    
$themeManager
        private
            ThemeManager
    $themeManager
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(CommandBus $commandBus, ThemeManager $themeManager) : mixed
    Parameters
- $commandBus : CommandBus
 - $themeManager : ThemeManager
 
handle()
    public
                    handle(RunCommand $command) : array<string|int, DocumentNode>
    Parameters
- $command : RunCommand
 
Return values
array<string|int, DocumentNode>getExclude()
    private
                    getExclude(ProjectSettings $settings[, InputInterface|null $input = null ]) : Exclude|SpecificationInterface|null
    Parameters
- $settings : ProjectSettings
 - $input : InputInterface|null = null