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
Mostra file Open project: horde/horde

Public Methods

Method 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 )

Protected Methods

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

Method Details

_listFolder() protected method

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

changePermissions() public method

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

createFolder() public method

public createFolder ( $path, $name )

deleteFile() public method

public deleteFile ( $path, $name )

deleteFolder() public method

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

read() public method

public read ( $path, $name )

readByteRange() public method

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

readFile() public method

public readFile ( $path, $name )

rename() public method

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

size() public method

public size ( $path, $name )

write() public method

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

writeData() public method

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