Util
classe Util (Voir la source)
Méthodes
                    static void
                
                
                    debug()
        
                                            
                
            Run a var_dump on the variables passed in parameter.
                    static void
                
                
                    dd(string $var)
        
                                            
                
            Run a var_dump on the variables passed in parameter.
                    static string
                
                
                    sep()
        
                                            
                
            sep, separator \r\n or \n
                    static string
                
                
                    rangeField(array $data)
        
                                            
                
            Function to secure the data.
                    static array
                
                
                    add2points(array $data, bool $byKey = false)
        
                                            
                
            Data trainer. key => :value
Détails
        
                static            void
    debug()
        
    
    Run a var_dump on the variables passed in parameter.
        
                static            void
    dd(string $var)
        
    
    Run a var_dump on the variables passed in parameter.
        
                static            string
    sep()
        
    
    sep, separator \r\n or \n
        
                static            string
    rangeField(array $data)
        
    
    Function to secure the data.
        
                static            array
    add2points(array $data, bool $byKey = false)
        
    
    Data trainer. key => :value