PHP Interface Jarves\Filesystem\Adapter\AdapterInterface

Afficher le fichier Open project: jarves/jarves Interface Usage Examples

Méthodes publiques

Méthode Description
copy ( $path, $newPath )
delete ( $path )
filemtime ( $path )
getCount ( string $path ) : integer
getFile ( string $path ) : FileInfo
getFiles ( $path )
getMountPath ( )
has ( $path )
hash ( $path )
loadConfig ( )
mkdir ( $path )
move ( $source, $target )
read ( $path )
setMountPath ( $path )
write ( $path, $content = '' )

Method Details

copy() public méthode

public copy ( $path, $newPath )

delete() public méthode

public delete ( $path )

filemtime() public méthode

public filemtime ( $path )

getCount() public méthode

public getCount ( string $path ) : integer
$path string
Résultat integer

getFile() public méthode

public getFile ( string $path ) : FileInfo
$path string
Résultat Jarves\File\FileInfo

getFiles() public méthode

public getFiles ( $path )

getMountPath() public méthode

public getMountPath ( )

has() public méthode

public has ( $path )

hash() public méthode

public hash ( $path )

loadConfig() public méthode

public loadConfig ( )

mkdir() public méthode

public mkdir ( $path )

move() public méthode

public move ( $source, $target )

read() public méthode

public read ( $path )

setMountPath() public méthode

public setMountPath ( $path )

write() public méthode

public write ( $path, $content = '' )