ActionServiceManagerInterface
                
            in
            
        
    
        
            Interface ActionServiceManagerInterface.
Tags
Table of Contents
Methods
- get() : ActionServiceInterface
 - getAllByService() : array<string|int, ActionServiceInterface>
 
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