Method |
Description |
|
checkFileValues ( FileInfo $file, File $databaseFile ) |
|
|
copy ( $source, $target ) |
|
|
createFromPathInfo ( Jarves\File\FileInfoInterface $fileInfo ) |
|
|
delete ( string $path ) : boolean |
|
|
filemtime ( $path ) |
|
|
getAdapter ( string | null $path = null ) : Jarves\Filesystem\Adapter\AdapterInterface |
|
|
getCount ( string $folderPath ) : mixed |
Returns the file count inside $folderPath |
|
getFile ( string $path ) : Jarves\File\FileInfoInterface |
Return information for a file/folder. |
|
getFiles ( string $path ) : File[] |
List directory contents. |
|
getResizeMax ( string $path, integer $width, integer $height ) : PHPImageWorkshop\Core\ImageWorkshopLayer |
Resize a image and returns it's object. |
|
getThumbnail ( string $path, string $resolution, boolean $resize = false ) : resource |
|
|
handle ( string $path ) : resource |
|
|
has ( string $path ) : boolean |
|
|
hash ( $path ) |
|
|
mkdir ( $path ) |
|
|
move ( $source, $target ) |
|
|
normalizePath ( string | array $path ) : string |
Removes the name of the mount point from the proper layer. |
|
read ( string $path ) : string |
|
|
remove ( string $path ) : boolean |
|
|
rename ( $source, $target ) |
|
|
search ( $path, $q, $depth ) : array |
|
|
setAdapter ( Jarves\Filesystem\Adapter\AdapterInterface $adapter ) |
|
|
write ( string $path, string $content = '' ) : boolean |
|
|
writeImage ( resource $image, string $path, integer $quality = 8 ) : boolean |
|
|