ActionServiceManager
    
            
            in package
            
        
    
            
            implements
                            ActionServiceManagerInterface                    
    
    
Table of Contents
Interfaces
- ActionServiceManagerInterface
 - Interface ActionServiceManagerInterface.
 
Methods
- get() : ActionServiceInterface
 - getAllByService() : array<string|int, ActionServiceInterface>
 - resolveByDriver() : ActionServiceInterface|null
 
Methods
get()
    public
                    get(string $service, string $name) : ActionServiceInterface
    Parameters
- $service : string
 - $name : string
 
Return values
ActionServiceInterfacegetAllByService()
    public
                    getAllByService(string $service) : array<string|int, ActionServiceInterface>
    Parameters
- $service : string
 
Return values
array<string|int, ActionServiceInterface>resolveByDriver()
    protected
                    resolveByDriver(string $service, string $name) : ActionServiceInterface|null
    Parameters
- $service : string
 - $name : string