Storage
classe Storage (Voir la source)
Méthodes
                    static MountFilesystem
                
                
                    mount(string $mount = null)
        
                                            
                
            Mount disk
                    static mixed
                
                
                    service(string $service)
        
                                            
                
            Mount service
                    static 
                
                
                    pushService(array $services)
        
                                            
                
            Push a new service who implement the Bow\Storage\Contracts\ServiceInterface
                    static MountFilesystem
                
                
                    configure(array $config)
        
                                            
                
            Configure Storage
                    mixed
                
                
                    __call(string $name, array $arguments)
        
                                            
                
            __call
                    static mixed
                
                
                    __callStatic(string $name, array $arguments)
        
                                            
                
            __callStatic
Détails
        
                static            MountFilesystem
    mount(string $mount = null)
        
    
    Mount disk
        
                static            mixed
    service(string $service)
        
    
    Mount service
        
                static            
    pushService(array $services)
        
    
    Push a new service who implement the Bow\Storage\Contracts\ServiceInterface
        
                static            MountFilesystem
    configure(array $config)
        
    
    Configure Storage
        
                            mixed
    __call(string $name, array $arguments)
        
    
    __call
        
                static            mixed
    __callStatic(string $name, array $arguments)
        
    
    __callStatic