CommandLocator
    
            
            in package
            
        
    
            
            implements
                            HandlerLocator                    
    
    
FinalYes
Table of Contents
Interfaces
- HandlerLocator
 
Properties
- $commands : ContainerInterface
 
Methods
- __construct() : mixed
 - getHandlerForCommand() : object
 - {@inheritDoc}
 
Properties
$commands read-only
        private
            ContainerInterface
    $commands
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(ContainerInterface $commands) : mixed
    Parameters
- $commands : ContainerInterface
 
getHandlerForCommand()
{@inheritDoc}
    public
                    getHandlerForCommand(mixed $commandName) : object
    Parameters
- $commandName : mixed