StorageDriverInterface
in
Storage driver interface
Table of Contents
Methods
- checkConnection() : mixed
- Check filesystem adapter connection
- getAdapter() : AdapterInterface
- Get adapter
- getFilesystem() : Filesystem
- Get filesystem
- getRootPath() : string|null
- Get root path
Methods
checkConnection()
Check filesystem adapter connection
public
checkConnection() : mixed
getAdapter()
Get adapter
public
getAdapter() : AdapterInterface
Return values
AdapterInterfacegetFilesystem()
Get filesystem
public
getFilesystem() : Filesystem
Return values
FilesystemgetRootPath()
Get root path
public
getRootPath() : string|null