Property | Type | Description | |
---|---|---|---|
$baseDirectory |
Method | Description | |
---|---|---|
__construct ( $baseDirectory ) | ||
delete ( string $file ) : boolean | Delete the file from the container | |
has ( string $file ) : boolean | This will check if a file is in the container | |
isWritable ( ) | Check if the container is writable | |
moveUploadedFile ( string $localFile, string $destination ) : boolean | Moves a temporary uploaded file to a destination in the container | |
save ( string $file, string $content ) : boolean | Saves the $content string as a file |
Method | Description | |
---|---|---|
ensureDirectory ( $directory ) | ||
normalizePath ( $path ) |