Метод |
Описание |
|
existsFilesystem ( string $prefix ) : boolean |
Check if there is a FilesystemInterface saved under $prefix key. |
|
getFilesystem ( string $prefix ) : Kraken\Filesystem\FilesystemInterface |
Return FilesystemInterface saved under $prefix key or null if it does not exist. |
|
mountFilesystem ( string $prefix, Kraken\Filesystem\FilesystemInterface $filesystem ) |
Mount FilesystemInterface $filesystem under $prefix key. |
|
mountFilesystems ( Kraken\Filesystem\FilesystemInterface[] $filesystems ) |
Mount collection of FilesystemInterfaces. |
|
unmountFilesystem ( string $prefix ) |
Unmount FilesystemInterface saved under $prefix key. |
|