LoadConfiguration
class LoadConfiguration (View source)
Methods
                    void
                
                
                
            
                    void
                
                
                    loadConfigurationFiles(Application $app, Repository $repository)
        
                                            
                
            Load the configuration items from all of the files.
                    array
                
                
                
            
                    string
                
                
                
            Details
        
                            void
    bootstrap(Application $app)
        
    
    Bootstrap the given application.
        
                    protected        void
    loadConfigurationFiles(Application $app, Repository $repository)
        
    
    Load the configuration items from all of the files.
        
                    protected        array
    getConfigurationFiles(Application $app)
        
    
    Get all of the configuration files for the application.
        
                    protected        string
    getNestedDirectory(SplFileInfo $file, string $configPath)
        
    
    Get the configuration file nesting path.