Console
classe Console (Voir la source)
Traits
Constantes
| private COMMAND | 
                     The command list  | 
            
| private ADD_ACTION | 
                     The action list  | 
            
Méthodes
                    void
                
                
                    throwFailsCommand(string $message, string|null $command = null)
        
                                            
                Throw fails command
depuis 
ConsoleTrait
            
                    void
                
                
                
            
                    mixed
                
                
                    run()
        
                                            
                
            Launch Bow task runner
                    void
                
                
                    call(string $command)
        
                                            
                
            Calls a command
                    addCommand(string $command, callable $cb)
        
                                            
                
            Add a custom order to the store
Détails
        
                    protected        void
    throwFailsCommand(string $message, string|null $command = null)
        
    
    Throw fails command
        
                            void
    __construct(Setting $setting)
        
    
    Bow constructor.
        
                            void
    bind(Loader $kernel)
        
    
    Bind kernel
        
                            mixed
    run()
        
    
    Launch Bow task runner
        
                            void
    call(string $command)
        
    
    Calls a command
        
                            Console
    addCommand(string $command, callable $cb)
        
    
    Add a custom order to the store