\Omega\Filesystem\ServiceProvider FilesystemServiceProvider

Filesystem service provider class.

The FilesystemServiceProvider class is responsible for creating the FilesystemFactory instance and defining the available drivers for the filesystem service, such as the 'local' driver.

Summary

Methods
Properties
Constants
bind
No public properties found
No public constants found
No protected methods found
No protected properties found
No protected constants found
No private methods found
No private properties found
No private constants found

Methods

bind()

bind(\Omega\Application\Application  $application) : void

Registers or binds services into the application container.

Parameters

\Omega\Application\Application $application

Holds the main application container to which services are bound.

Returns

void —

This method does not return a value.