Connection
classe Connection (Voir la source)
Méthodes
                    __construct(array $config)
        
                                            
                
            Configuration of worker connection
                    static bool
                
                
                    pushConnection(string $name, string $classname)
        
                                            
                
            Push the new connection support in connectors managment
                    void
                
                
                    setConnection(string $connection)
        
                                            
                
            Set connection
                    getAdapter()
        
                                            
                
            Get the define adapter
                    mixed
                
                
                    __call(string $name, array $arguments)
        
                                            
                
            __call
Détails
        
                            
    __construct(array $config)
        
    
    Configuration of worker connection
        
                static            bool
    pushConnection(string $name, string $classname)
        
    
    Push the new connection support in connectors managment
        
                            void
    setConnection(string $connection)
        
    
    Set connection
        
                            QueueAdapter
    getAdapter()
        
    
    Get the define adapter
        
                            mixed
    __call(string $name, array $arguments)
        
    
    __call