Listener
classe Listener (Voir la source)
Méthodes
                    __construct(callable|string $callable, int $priority)
        
                                            
                
            Listener constructor.
                    mixed
                
                
                    call(array $data = [])
        
                                            
                
            Launch the listener function
                    string
                
                
                    getActionType()
        
                                            
                
            Returns the type of action
                    mixed
                
                
                    getAction()
        
                                            
                
            Returns the action to launch
                    int
                
                
                    getPriority()
        
                                            
                
            Retrieves the priority of the listener
Détails
        
                            
    __construct(callable|string $callable, int $priority)
        
    
    Listener constructor.
        
                            mixed
    call(array $data = [])
        
    
    Launch the listener function
        
                            string
    getActionType()
        
    
    Returns the type of action
        
                            mixed
    getAction()
        
    
    Returns the action to launch
        
                            int
    getPriority()
        
    
    Retrieves the priority of the listener