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_ListItem

An item returned from a folder list.

Copyright 2002-2007 Jon Wood jon@jellybob.co.uk

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Package: Vfs
Author: Jon Wood jon@jellybob.co.uk
Located at Horde/Vfs/ListItem.php
Methods summary
public
# __construct( string $path, array $fileArray )

Constructor

Constructor

Requires the path to the file, and it's array of properties, returned from a standard Horde_Vfs::listFolder() call.

Parameters

$path
The path to the file.
$fileArray
An array of file properties.
API documentation generated by ApiGen