Class Horde_Vfs_Horde
VFS implementation for the Horde Application Framework.
Required parameters:
'horde_base' Filesystem location of a local Horde installation.
Optional parameters:
'user' A valid Horde user name.
'password' The user's password.
Copyright 2006-2012 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.
-
Horde_Vfs_Base
-
Horde_Vfs_Horde
Methods summary
public
|
#
__construct( array $params = array() )
Constructor.
Parameters
- $params
- A hash containing connection parameters.
Throws
Overrides
|
public
string
|
#
read( string $path, string $name )
Retrieves a file from the VFS.
Retrieves a file from the VFS.
Parameters
- $path
- The pathname to the file.
- $name
- The filename to retrieve.
Returns
string The file data.
Throws
Overrides
|
Methods inherited from Horde_Vfs_Base
autocreatePath(),
changePermissions(),
checkCredentials(),
copy(),
createFolder(),
delete(),
deleteFile(),
deleteFolder(),
emptyFolder(),
exists(),
getCurrentDirectory(),
getFolderSize(),
getModifiablePermissions(),
getParam(),
getQuota(),
getRequiredCredentials(),
getVFSSize(),
isFolder(),
listFolder(),
listFolders(),
move(),
readByteRange(),
readFile(),
rename(),
setParams(),
setQuota(),
setQuotaRoot(),
size(),
write(),
writeData()
|