Overview

Packages

  • Vfs

Classes

  • Horde_Vfs
  • Horde_Vfs_Base
  • Horde_Vfs_Browser
  • Horde_Vfs_Exception
  • Horde_Vfs_File
  • Horde_Vfs_Ftp
  • Horde_Vfs_Gc
  • Horde_Vfs_Horde
  • Horde_Vfs_Kolab
  • Horde_Vfs_ListItem
  • Horde_Vfs_Musql
  • Horde_Vfs_Object
  • Horde_Vfs_Smb
  • Horde_Vfs_Sql
  • Horde_Vfs_SqlFile
  • Horde_Vfs_Ssh2
  • Horde_Vfs_Translation
  • Overview
  • Package
  • Class
  • Tree

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
Extended by Horde_Vfs_Horde
Package: Vfs
Author: Jan Schneider jan@horde.org
Located at Horde/Vfs/Horde.php
Methods summary
public
# __construct( array $params = array() )

Constructor.

Constructor.

Parameters

$params
A hash containing connection parameters.

Throws

Horde_Vfs_Exception

Overrides

Horde_Vfs_Base::__construct()
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

Horde_Vfs_Exception

Overrides

Horde_Vfs_Base::read()
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()
API documentation generated by ApiGen