FileSystemFactory
in
Interface for FileSystem factories.
Table of Contents
Methods
- create() : Filesystem
- Returns a Filesystem instance based on the scheme of the provided Dsn.
Methods
create()
Returns a Filesystem instance based on the scheme of the provided Dsn.
public
create(Dsn $dsn) : Filesystem
Parameters
- $dsn : Dsn