FileSystemFactory
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