PHP Class Horde_Vfs_Null, horde

Copyright 2014-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Since: 2.1.3
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Vfs_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
changePermissions ( $path, $name, $permission )
createFolder ( $path, $name )
deleteFile ( $path, $name )
deleteFolder ( $path, $name, $recursive = false )
read ( $path, $name )
readByteRange ( $path, $name, &$offset, $length, &$remaining )
readFile ( $path, $name )
rename ( $oldpath, $oldname, $newpath, $newname )
size ( $path, $name )
write ( $path, $name, $tmpFile, $autocreate = false )
writeData ( $path, $name, $data, $autocreate = false )

Méthodes protégées

Méthode Description
_listFolder ( $path, $filter = null, $dotfiles = true, $dironly = false )

Method Details

_listFolder() protected méthode

protected _listFolder ( $path, $filter = null, $dotfiles = true, $dironly = false )

changePermissions() public méthode

public changePermissions ( $path, $name, $permission )

createFolder() public méthode

public createFolder ( $path, $name )

deleteFile() public méthode

public deleteFile ( $path, $name )

deleteFolder() public méthode

public deleteFolder ( $path, $name, $recursive = false )

read() public méthode

public read ( $path, $name )

readByteRange() public méthode

public readByteRange ( $path, $name, &$offset, $length, &$remaining )

readFile() public méthode

public readFile ( $path, $name )

rename() public méthode

public rename ( $oldpath, $oldname, $newpath, $newname )

size() public méthode

public size ( $path, $name )

write() public méthode

public write ( $path, $name, $tmpFile, $autocreate = false )

writeData() public méthode

public writeData ( $path, $name, $data, $autocreate = false )