Method |
Description |
|
copyDirectory ( string $source, string $destination ) : boolean |
Copy directory from source to destination |
|
getDirectory ( ) : string |
Return directory |
|
getFileTransfer ( ) : Zend\File\Transfer\Adapter |
Return File Transfer adapter |
|
getPath ( ) : string |
Return path |
|
isWritable ( string $directory, string[] $excludeDirectory = [] ) : boolean |
Test is_writable recursively |
|
load ( Model $property, Model $document, string $filename = null ) : void |
Initiliaze File Object |
|
remove ( string $filename ) : boolean |
Remove image |
|
removeDirectory ( string $directory ) : boolean |
Use rmdir recursively |
|
upload ( ) : boolean |
Upload file to the server |
|